diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 20:18:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 20:18:14 +0800 |
commit | faf4c12de6ea0ac7efaacaff270eacebc20067f3 (patch) | |
tree | 215aa385e0992011633cb7ea2e40314c3b3a993a /games/asc | |
parent | c04a24db3c4d94109a8377219b104ded450210a7 (diff) | |
download | freebsd-ports-gnome-faf4c12de6ea0ac7efaacaff270eacebc20067f3.tar.gz freebsd-ports-gnome-faf4c12de6ea0ac7efaacaff270eacebc20067f3.tar.zst freebsd-ports-gnome-faf4c12de6ea0ac7efaacaff270eacebc20067f3.zip |
Switch to wx 3.0
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 781eef770ba1..9ed690fe11db 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -3,7 +3,7 @@ PORTNAME= asc PORTVERSION= 2.6.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-hq/ASC%20Source/${PORTVERSION:R} \ http://www.asc-hq.org/music/:music @@ -27,10 +27,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files -USE_BZIP2= yes -USES= gmake perl5 pkgconfig +USES= gmake perl5 pkgconfig tar:bzip2 USE_SDL= image mixer sound sdl -USE_WX= 2.4+ +USE_WX= 3.0 +WX_UNICODE= yes WX_CONF_ARGS= absolute USE_LUA= 5.1 LUA_COMPS= lua |