Switch to wxPython 3.0+

This commit is contained in:
Baptiste Daroussin 2015-09-13 16:55:54 +00:00
parent 07297fc5b2
commit 69397865ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396834

View file

@ -3,7 +3,7 @@
PORTNAME= SquareMap
PORTVERSION= 1.0.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-toolkits python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
USE_WX= 2.8
USE_WX= 3.0+
WX_COMPS= python
.include <bsd.port.mk>