diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-14 00:55:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-14 00:55:54 +0800 |
commit | 244a6821ba6cd26d10bb270c0c67f5e6a08bdef1 (patch) | |
tree | 659bb8dff3146ffc772864be5a473eb7c4b3c44a | |
parent | 3f2eb52534e13251699970dbc237b9e58480916e (diff) | |
download | freebsd-ports-gnome-244a6821ba6cd26d10bb270c0c67f5e6a08bdef1.tar.gz freebsd-ports-gnome-244a6821ba6cd26d10bb270c0c67f5e6a08bdef1.tar.zst freebsd-ports-gnome-244a6821ba6cd26d10bb270c0c67f5e6a08bdef1.zip |
Switch to wxPython 3.0+
-rw-r--r-- | x11-toolkits/py-SquareMap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-SquareMap/Makefile b/x11-toolkits/py-SquareMap/Makefile index 1fe3e1edf92e..c007969b490d 100644 --- a/x11-toolkits/py-SquareMap/Makefile +++ b/x11-toolkits/py-SquareMap/Makefile @@ -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> |