svn commit: r349061 - head/games/scummvm-tools
Lars Engels
lme at FreeBSD.org
Mon Mar 24 20:23:36 UTC 2014
Author: lme
Date: Mon Mar 24 20:23:35 2014
New Revision: 349061
URL: http://svnweb.freebsd.org/changeset/ports/349061
QAT: https://qat.redports.org/buildarchive/r349061/
Log:
- Depend on WX 3.0 and use WX_UNICODE
- Bump PORTREVISION
Suggested by: bapt
Modified:
head/games/scummvm-tools/Makefile
Modified: head/games/scummvm-tools/Makefile
==============================================================================
--- head/games/scummvm-tools/Makefile Mon Mar 24 20:17:52 2014 (r349060)
+++ head/games/scummvm-tools/Makefile Mon Mar 24 20:23:35 2014 (r349061)
@@ -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
More information about the svn-ports-all
mailing list