diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 23:25:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 23:25:35 +0800 |
commit | 42adecb7d614d717bf1e2bf6c8e47e8fd017581a (patch) | |
tree | d06e231051cacb4c3f9bcbd3acb57cc9e3ce53f1 /emulators | |
parent | 7aecc4a817b3cfff73fbb46f0223515c42a6176a (diff) | |
download | freebsd-ports-gnome-42adecb7d614d717bf1e2bf6c8e47e8fd017581a.tar.gz freebsd-ports-gnome-42adecb7d614d717bf1e2bf6c8e47e8fd017581a.tar.zst freebsd-ports-gnome-42adecb7d614d717bf1e2bf6c8e47e8fd017581a.zip |
Use wx 2.8 only (does not build with 3.0)
Use unicode version
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/catapult/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index 3a1c80d56ac5..e85e0a33a1d6 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -3,7 +3,7 @@ PORTNAME= catapult PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/openmsx/openmsx/${PORTVERSION} DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} @@ -22,7 +22,8 @@ USES= gmake pkgconfig USE_GCC= yes USE_CXXSTD= gnu++0x USE_GNOME= gtk20 libxml2 -USE_WX= 2.8+ +USE_WX= 2.8 +WX_UNICODE= yes USE_PYTHON_BUILD=yes MAKEFILE= GNUmakefile MAKE_ARGS= INSTALL_BASE="${STAGEDIR}${PREFIX}" \ |