diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 15:25:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 15:25:35 +0000 |
commit | dc776a42fb17cf4ed168abf36db866ac17ab2648 (patch) | |
tree | d06e231051cacb4c3f9bcbd3acb57cc9e3ce53f1 /emulators/catapult/Makefile | |
parent | 24d5b8c1b6994d1394038161ca40e75acf6e7751 (diff) | |
download | ports-dc776a42fb17cf4ed168abf36db866ac17ab2648.tar.gz ports-dc776a42fb17cf4ed168abf36db866ac17ab2648.zip |
Use wx 2.8 only (does not build with 3.0)
Use unicode version
Notes
Notes:
svn path=/head/; revision=349013
Diffstat (limited to 'emulators/catapult/Makefile')
-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}" \ |