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 | |
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')
-rw-r--r-- | games/arx-libertatis/Makefile | 3 | ||||
-rw-r--r-- | games/warzone2100/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index bb422f19a392..bee384ffbfec 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -18,10 +18,9 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libboost_program_options.so:${PORTSDIR}/devel/boost-libs -USE_XZ= yes +USES= tar:xz cmake openal USE_SDL= sdl USE_GL= gl glu -USES= cmake openal CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR="man" -DDATA_DIR=arx SUB_FILES= pkg-message 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 |