pkgsrc-WIP-changes archive

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

starfighter: needs pkg-config



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Fri Mar 31 01:27:47 2017 +0200
Changeset:	a5163fd42b53df0c41a8276af378b7b66ab1ce44

Modified Files:
	starfighter/Makefile

Log Message:
starfighter: needs pkg-config

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

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

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

diffs:
diff --git a/starfighter/Makefile b/starfighter/Makefile
index 41f1bd7826..8d84711754 100644
--- a/starfighter/Makefile
+++ b/starfighter/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Side-scrolling shoot 'em up space game
 LICENSE=	gnu-gpl-v3 AND public-domain AND cc-by-sa-v3.0 AND cc0-1.0-universal
 
 USE_LANGUAGES=	c++
-USE_TOOLS+=	gmake
+USE_TOOLS+=	gmake pkg-config
 
 BUILD_MAKE_FLAGS+=	BINDIR=${PREFIX}/bin/
 INSTALL_MAKE_FLAGS+=	BINDIR=${PREFIX}/bin/


Home | Main Index | Thread Index | Old Index