diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 05:53:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 05:53:59 +0800 |
commit | 2faf7c9e407a63d160278c4a4a5f8212d99f948a (patch) | |
tree | 09459c619d4aa3ae97beaeb083a1bb5058530bbe /games | |
parent | b8f4430acb948529746822895ff316eba9799ee3 (diff) | |
download | freebsd-ports-gnome-2faf7c9e407a63d160278c4a4a5f8212d99f948a.tar.gz freebsd-ports-gnome-2faf7c9e407a63d160278c4a4a5f8212d99f948a.tar.zst freebsd-ports-gnome-2faf7c9e407a63d160278c4a4a5f8212d99f948a.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'games')
-rw-r--r-- | games/redeclipse/Makefile | 3 | ||||
-rw-r--r-- | games/supertuxkart/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index 3ad94d57db53..2dd5dc79a10e 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -15,9 +15,8 @@ LICENSE= MIT ZLIB MANUAL_PACKAGE_BUILD= huge -USES= gmake +USES= tar:bzip2 gmake GNU_CONFIGURE= yes -USE_BZIP2= yes CONFIGURE_WRKSRC= ${WRKSRC}/src/enet CONFIGURE_ARGS= --enable-shared=no --enable-static=yes USE_AUTOTOOLS= aclocal automake autoconf:env diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index 601c5573550c..f673f3616bee 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg \ libcurl.so:${PORTSDIR}/ftp/curl -USE_BZIP2= yes +USES= tar:bzip2 dos2unix cmake gettext gmake openal:al,alut pkgconfig USE_GL= gl glu glut -USES= cmake dos2unix gettext gmake openal:al,alut pkgconfig USE_SDL= sdl DOS2UNIX_FILES= lib/irrlicht/source/Irrlicht/Makefile CMAKE_ARGS= -DUSE_WIIUSE=NO |