aboutsummaryrefslogtreecommitdiffstats
path: root/games/trigger
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2014-05-12 18:53:41 +0800
committermakc <makc@FreeBSD.org>2014-05-12 18:53:41 +0800
commit4d067e1443119a1d2021e990720f8c9d7e893129 (patch)
treee335caa03dfa0972b42ee08e49dee9136104c8a5 /games/trigger
parentf8d59206f411ad9cc1291ec28dc1e7c08446cd6d (diff)
downloadfreebsd-ports-gnome-4d067e1443119a1d2021e990720f8c9d7e893129.tar.gz
freebsd-ports-gnome-4d067e1443119a1d2021e990720f8c9d7e893129.tar.zst
freebsd-ports-gnome-4d067e1443119a1d2021e990720f8c9d7e893129.zip
Convert my ports to USES=tar
Diffstat (limited to 'games/trigger')
-rw-r--r--games/trigger/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/trigger/Makefile b/games/trigger/Makefile
index 72d2e9d026a0..e284da8240eb 100644
--- a/games/trigger/Makefile
+++ b/games/trigger/Makefile
@@ -15,10 +15,9 @@ COMMENT= Rally car racing game
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs
-USES= openal:al,alut
+USES= openal:al,alut tar:bzip2
USE_SDL= sdl image
USE_GL= glu
-USE_BZIP2= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}