diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 09:45:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 09:45:05 +0000 |
commit | 6d09df8162ed48857b6d31be0186d831ce96b7a7 (patch) | |
tree | 22593070e0d133d3907eb78912315d035a3140d1 /games/openlierox | |
parent | 8009e03e6f4437b5247d35cc1b38857cb4ff68d4 (diff) | |
download | ports-6d09df8162ed48857b6d31be0186d831ce96b7a7.tar.gz ports-6d09df8162ed48857b6d31be0186d831ce96b7a7.zip |
Notes
Diffstat (limited to 'games/openlierox')
-rw-r--r-- | games/openlierox/Makefile | 2 |
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 \ |