diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 05:11:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 05:11:19 +0800 |
commit | 2bceef7e1b2f31bcc398cefc958834eca31e1fb8 (patch) | |
tree | 5a8061ce7f4d96a234420769431c69437195bae4 /games/warzone2100 | |
parent | 4edb4cc004c516183e00287eed04c570a06a0f0f (diff) | |
download | freebsd-ports-gnome-2bceef7e1b2f31bcc398cefc958834eca31e1fb8.tar.gz freebsd-ports-gnome-2bceef7e1b2f31bcc398cefc958834eca31e1fb8.tar.zst freebsd-ports-gnome-2bceef7e1b2f31bcc398cefc958834eca31e1fb8.zip |
- Convert USE_XZ to USES
Diffstat (limited to 'games/warzone2100')
-rw-r--r-- | games/warzone2100/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 0e1688ecdd60..62912878a93e 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -25,8 +25,7 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu -USE_XZ= yes -USES= bison gmake openal:al pkgconfig compiler:c++11-lang # actually, old gcc fails on unknown -W flag +USES= tar:xz bison gmake openal:al pkgconfig compiler:c++11-lang # actually, old gcc fails on unknown -W flag GNU_CONFIGURE= yes USE_GL= yes USE_SDL= sdl |