summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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