pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/supertux Uses pkg-config.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e3dd2bffd69
branches:  trunk
changeset: 352656:4e3dd2bffd69
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Sep 18 05:33:03 2016 +0000

description:
Uses pkg-config.

diffstat:

 games/supertux/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18e3b9677d3a -r 4e3dd2bffd69 games/supertux/Makefile
--- a/games/supertux/Makefile   Sun Sep 18 05:31:38 2016 +0000
+++ b/games/supertux/Makefile   Sun Sep 18 05:33:03 2016 +0000
@@ -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 @@
 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