diff options
author | lme <lme@FreeBSD.org> | 2014-03-25 04:23:35 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2014-03-25 04:23:35 +0800 |
commit | 726a7ed84f3da12ca4e4caa5f3a4fe6e6d8da83f (patch) | |
tree | 3c6d4012f7e43442a9a57b86fc719beb619bc3b1 /games | |
parent | dd7c8f2b9c4a0531d66173200c10fa31a218853e (diff) | |
download | freebsd-ports-gnome-726a7ed84f3da12ca4e4caa5f3a4fe6e6d8da83f.tar.gz freebsd-ports-gnome-726a7ed84f3da12ca4e4caa5f3a4fe6e6d8da83f.tar.zst freebsd-ports-gnome-726a7ed84f3da12ca4e4caa5f3a4fe6e6d8da83f.zip |
- Depend on WX 3.0 and use WX_UNICODE
- Bump PORTREVISION
Suggested by: bapt
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index 014d060600f7..7e70c9667ca3 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -3,6 +3,7 @@ PORTNAME= scummvm-tools DISTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION} @@ -31,9 +32,10 @@ OPTIONS_DEFAULT= WXGTK .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MWXGTK} -USE_WX= 2.4+ +USE_WX= 3.0 WX_CONFIG= ${LOCALBASE}/bin/wxgtk2-2.8-config WX_COMP= wx:lib:build +WX_UNICODE= yes GUI_BIN= tools_gui PLIST_SUB= WX="" .else |