diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-03-17 16:37:19 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-03-17 16:37:19 +0800 |
commit | e87aa9a24b6cf6b918236e72fdb57ac945551245 (patch) | |
tree | f3f97e2c2d6d24d6d53f8291bc88808d8a7b4718 /games | |
parent | b62827e040a34c947229354454be86e6797bfd18 (diff) | |
download | freebsd-ports-gnome-e87aa9a24b6cf6b918236e72fdb57ac945551245.tar.gz freebsd-ports-gnome-e87aa9a24b6cf6b918236e72fdb57ac945551245.tar.zst freebsd-ports-gnome-e87aa9a24b6cf6b918236e72fdb57ac945551245.zip |
Convert to new USES=tar
Diffstat (limited to 'games')
-rw-r--r-- | games/netpanzer/Makefile | 3 | ||||
-rw-r--r-- | games/pokerth/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/netpanzer/Makefile b/games/netpanzer/Makefile index 30a516bb0177..bd20f42f3b4a 100644 --- a/games/netpanzer/Makefile +++ b/games/netpanzer/Makefile @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} -USES= scons -USE_BZIP2= yes +USES= scons tar:bzip2 USE_SDL= sdl mixer image USE_GNOME= libxml2 SCONS_ARGS+= datadir="${DATADIR}" diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 17167d5ec086..e0504c04b0db 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -23,8 +23,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libprotobuf.so:${PORTSDIR}/devel/protobuf BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient -USES= iconv gmake qmake -USE_BZIP2= yes +USES= iconv gmake qmake tar:bzip2 USE_QT4= gui corelib network sql sql-sqlite3 \ moc_build rcc_build uic_build USE_SDL= mixer |