diff options
author | dholland <dholland@pkgsrc.org> | 2016-09-18 05:33:03 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-09-18 05:33:03 +0000 |
commit | f48f0c6c221c19f7964daf3e256b6909047621f5 (patch) | |
tree | c4065cac7aeabbd353124974930fb54acbd3785f /games | |
parent | 09fe528de6ce2f459500cb33d0d889acbf91417c (diff) | |
download | pkgsrc-f48f0c6c221c19f7964daf3e256b6909047621f5.tar.gz |
Uses pkg-config.
Diffstat (limited to 'games')
-rw-r--r-- | games/supertux/Makefile | 4 |
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 |