aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2014-07-06 22:13:28 +0800
committerwg <wg@FreeBSD.org>2014-07-06 22:13:28 +0800
commit7ef1b525d974cd6831c031638177c677ac0b4002 (patch)
treec21af116ee51957cb4ed129add2a1125a65a7eab /x11-toolkits
parentcb3935c73d612844de1241105ee1322332ab7500 (diff)
downloadfreebsd-ports-gnome-7ef1b525d974cd6831c031638177c677ac0b4002.tar.gz
freebsd-ports-gnome-7ef1b525d974cd6831c031638177c677ac0b4002.tar.zst
freebsd-ports-gnome-7ef1b525d974cd6831c031638177c677ac0b4002.zip
x11-toolkits/py-traitsbackendwx: use WX 3.0
Approved by: portmgr (bapt, blanket)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-traitsbackendwx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-traitsbackendwx/Makefile b/x11-toolkits/py-traitsbackendwx/Makefile
index 57de23f66c34..99efbc49095c 100644
--- a/x11-toolkits/py-traitsbackendwx/Makefile
+++ b/x11-toolkits/py-traitsbackendwx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= traitsbackendwx
PORTVERSION= 3.2.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11-toolkits python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
-USE_WX= 2.8
+USE_WX= 3.0+
WX_COMPS= python
.include <bsd.port.mk>