aboutsummaryrefslogtreecommitdiff
path: root/games/openlierox
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 09:45:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 09:45:05 +0000
commit6d09df8162ed48857b6d31be0186d831ce96b7a7 (patch)
tree22593070e0d133d3907eb78912315d035a3140d1 /games/openlierox
parent8009e03e6f4437b5247d35cc1b38857cb4ff68d4 (diff)
downloadports-6d09df8162ed48857b6d31be0186d831ce96b7a7.tar.gz
ports-6d09df8162ed48857b6d31be0186d831ce96b7a7.zip
Add explicit dependencies on pkgconf
Notes
Notes: svn path=/head/; revision=325962
Diffstat (limited to 'games/openlierox')
-rw-r--r--games/openlierox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile
index 26d67a91b7e8..1af4bc47e0de 100644
--- a/games/openlierox/Makefile
+++ b/games/openlierox/Makefile
@@ -26,7 +26,7 @@ CFLAGS+= -I${LOCALBASE}/include
CXXFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES= cmake
+USES= cmake pkgconfig
CMAKE_ARGS= -DHAWKNL_BUILTIN=YES \
-DLIBZIP_BUILTIN=YES \
-DBREAKPAD=NO \