diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 20:35:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 20:35:11 +0800 |
commit | 841c4adb44d294f1a3d0345958a2d034564319f1 (patch) | |
tree | aae15ae8799d59029468eebdbc2e998cd037ddea | |
parent | 358eda5043bf687f1f9d1a751a8b49a47ac684db (diff) | |
download | freebsd-ports-gnome-841c4adb44d294f1a3d0345958a2d034564319f1.tar.gz freebsd-ports-gnome-841c4adb44d294f1a3d0345958a2d034564319f1.tar.zst freebsd-ports-gnome-841c4adb44d294f1a3d0345958a2d034564319f1.zip |
Use wx 2.8+
-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="" |