diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 18:06:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 18:06:21 +0000 |
commit | 7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2 (patch) | |
tree | bb20d833a1ff34c0021ac76809be82d6f1169bb1 /games/openlierox | |
parent | e866ea4c99109feee1f5492da3ea97a3ad2544ca (diff) | |
download | ports-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.tar.gz ports-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.zip |
Notes
Diffstat (limited to 'games/openlierox')
-rw-r--r-- | games/openlierox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 7c0debb20815..536cc533b2cb 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ libcurl.so:${PORTSDIR}/ftp/curl \ libalut.so:${PORTSDIR}/audio/freealut -USE_BZIP2= yes +USES= tar:bzip2 cmake openal pkgconfig USE_SDL= sdl image USE_GNOME= libxml2 USE_GCC= any # too many gcc'isms @@ -26,7 +26,6 @@ CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= cmake openal pkgconfig CMAKE_ARGS= -DHAWKNL_BUILTIN=YES \ -DLIBZIP_BUILTIN=YES \ -DBREAKPAD=NO \ |