diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 12:35:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 12:35:11 +0000 |
commit | 22141e7cc17d2d424c3bd0486c11ab0b8a12765a (patch) | |
tree | aae15ae8799d59029468eebdbc2e998cd037ddea | |
parent | 10fe60d7d139835d9be780e53dddf3ae3ff96137 (diff) | |
download | ports-22141e7cc17d2d424c3bd0486c11ab0b8a12765a.tar.gz ports-22141e7cc17d2d424c3bd0486c11ab0b8a12765a.zip |
Notes
-rw-r--r-- | games/vavoom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile index 1fefda0c0aa1..1cfaf26644a7 100644 --- a/games/vavoom/Makefile +++ b/games/vavoom/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png -USE_BZIP2= yes -USES= cmake dos2unix +USES= cmake dos2unix tar:bzip2 DOS2UNIX_REGEX= ((.*\.(c|cpp|h|s|asm|inc|vc|ls|acs|cfg|txt|vs|mak|mgw"))$$|\/(makefile\..*|makefile|Makefile)$$) MAKE_JOBS_UNSAFE= yes @@ -45,7 +44,7 @@ CMAKE_ARGS+= -DWITH_FLAC=N .endif .if ${PORT_OPTIONS:MLAUNCHER} -USE_WX= 2.4+ +USE_WX= 2.8+ CMAKE_ARGS+= -DENABLE_LAUNCHER=Y \ -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" PLIST_SUB+= LAUNCHER="" |