pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/supertux



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Sep 18 05:33:04 UTC 2016

Modified Files:
        pkgsrc/games/supertux: Makefile

Log Message:
Uses pkg-config.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/supertux/Makefile

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

Modified files:

Index: pkgsrc/games/supertux/Makefile
diff -u pkgsrc/games/supertux/Makefile:1.1 pkgsrc/games/supertux/Makefile:1.2
--- pkgsrc/games/supertux/Makefile:1.1  Wed Sep 14 16:24:26 2016
+++ pkgsrc/games/supertux/Makefile      Sun Sep 18 05:33:03 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/09/14 16:24:26 maya Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/18 05:33:03 dholland Exp $
 
 DISTNAME=              supertux-0.4.0
 CATEGORIES=            games
@@ -16,7 +16,7 @@ WRKSRC=                       ${WRKDIR}/${PKGNAME_NOREV}
 USE_CMAKE=             yes
 CMAKE_ARGS+=           -DINSTALL_SUBDIR_BIN=bin
 CMAKE_ARGS+=           -DBUILD_SHARED_LIBS=off
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake pkg-config
 USE_LANGUAGES=         c c++
 
 CFLAGS+=       -I${BUILDLINK_DIR}/include/AL



Home | Main Index | Thread Index | Old Index