summaryrefslogtreecommitdiff
path: root/games/supertux
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-09-18 05:33:03 +0000
committerdholland <dholland@pkgsrc.org>2016-09-18 05:33:03 +0000
commitf48f0c6c221c19f7964daf3e256b6909047621f5 (patch)
treec4065cac7aeabbd353124974930fb54acbd3785f /games/supertux
parent09fe528de6ce2f459500cb33d0d889acbf91417c (diff)
downloadpkgsrc-f48f0c6c221c19f7964daf3e256b6909047621f5.tar.gz
Uses pkg-config.
Diffstat (limited to 'games/supertux')
-rw-r--r--games/supertux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/supertux/Makefile b/games/supertux/Makefile
index a2c6d1dc122..783172684cc 100644
--- a/games/supertux/Makefile
+++ b/games/supertux/Makefile
@@ -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