diff options
-rw-r--r-- | devel/drpython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/drpython/Makefile b/devel/drpython/Makefile index f18a535d4eef..af603a25afc4 100644 --- a/devel/drpython/Makefile +++ b/devel/drpython/Makefile @@ -3,7 +3,7 @@ PORTNAME= drpython PORTVERSION= 3.11.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/DrPython%20%283.x%29/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -24,7 +24,7 @@ USES= zip USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -USE_WX= 2.8 +USE_WX= 3.0+ WX_COMPS= python:lib PLIST_FILES= bin/drpython |