From 69397865baa12135836196ee884cb848a9fe58db Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 13 Sep 2015 16:55:54 +0000 Subject: [PATCH] Switch to wxPython 3.0+ --- x11-toolkits/py-SquareMap/Makefile | 4 ++-- 1 file 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