diff options
author | rene <rene@FreeBSD.org> | 2014-03-16 23:05:36 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-03-16 23:05:36 +0800 |
commit | 91e04a828c0473c34d52a820c0a4303f4bd23c4e (patch) | |
tree | 14a507afe91966d485f4e00d0006c35923b62963 | |
parent | c7981fa94fb8a89e1285cd8215f6cd039170962f (diff) | |
download | freebsd-ports-gnome-91e04a828c0473c34d52a820c0a4303f4bd23c4e.tar.gz freebsd-ports-gnome-91e04a828c0473c34d52a820c0a4303f4bd23c4e.tar.zst freebsd-ports-gnome-91e04a828c0473c34d52a820c0a4303f4bd23c4e.zip |
Convert to USES=tar:*
-rw-r--r-- | games/torcs/Makefile | 3 | ||||
-rw-r--r-- | lang/bf2c/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 1dfe381feed7..f8907f32ce3a 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -18,14 +18,13 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= gmake openal:al,alut shebangfix +USES= gmake openal:al,alut shebangfix tar:bzip2 SHEBANG_FILES= src/tools/accc/accc.in src/tools/nfsperf/nfsperf.in \ src/tools/texmapper/texmapper.in src/tools/nfs2ac/nfs2ac.in \ src/tools/trackgen/trackgen.in \ src/modules/telemetry/telemetry.sh robotgen USE_XORG= xrender xmu ice xext x11 xxf86vm xrandr USE_GL= glut -USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile index ea831518194f..15378c719d83 100644 --- a/lang/bf2c/Makefile +++ b/lang/bf2c/Makefile @@ -11,11 +11,12 @@ COMMENT= Optimizing BrainF*ck to C compiler LICENSE= BSD2CLAUSE +USES= tar:xz + PATCH_STRIP= -p1 USE_GITHUB= yes GH_ACCOUNT= rene0 GH_COMMIT= 4761081 -USE_XZ= yes OPTIONS_DEFINE= DOCS |