aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm-tools
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2014-03-24 20:23:35 +0000
committerLars Engels <lme@FreeBSD.org>2014-03-24 20:23:35 +0000
commiteda09cc626ccdf460d123ccb6bd09d742aff8dff (patch)
tree3c6d4012f7e43442a9a57b86fc719beb619bc3b1 /games/scummvm-tools
parent4e4d2b1bf79ac4addebd07a16389a1a10409c42f (diff)
Notes
Diffstat (limited to 'games/scummvm-tools')
-rw-r--r--games/scummvm-tools/Makefile4
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