aboutsummaryrefslogtreecommitdiff
path: root/games/openlierox
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-07 18:06:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-07 18:06:21 +0000
commit7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2 (patch)
treebb20d833a1ff34c0021ac76809be82d6f1169bb1 /games/openlierox
parente866ea4c99109feee1f5492da3ea97a3ad2544ca (diff)
downloadports-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.tar.gz
ports-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.zip
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
Notes
Notes: svn path=/head/; revision=353186
Diffstat (limited to 'games/openlierox')
-rw-r--r--games/openlierox/Makefile3
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 \