pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xemu: declare pkg-config as a tool



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sat Oct 1 21:15:05 2022 +0200
Changeset:	b4b1266e91addc55b81ab245f76c553f84344d7b

Modified Files:
	xemu/Makefile

Log Message:
xemu: declare pkg-config as a tool

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b4b1266e91addc55b81ab245f76c553f84344d7b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xemu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/xemu/Makefile b/xemu/Makefile
index a35186a049..42fc0b6c09 100644
--- a/xemu/Makefile
+++ b/xemu/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE=	https://github.com/lgblgblgb/xemu
 COMMENT=	Emulators of various machines, incl the MEGA65
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS+=	bash gmake
+USE_TOOLS+=	bash gmake pkg-config
 USE_LANGUAGES+=	c
 
 REPLACE_BASH+=	build/configure/configure


Home | Main Index | Thread Index | Old Index