diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-07-05 23:31:32 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-07-05 23:31:32 +0000 |
commit | ffcb2d79a05afd6d614365bc9f7fa200f9f3921c (patch) | |
tree | 61d6e3ee2751beed3cc834ef81a80287dfd612ba /devel/drpython | |
parent | 62165e781264317e87e744f009283f00d98f4473 (diff) | |
download | ports-ffcb2d79a05afd6d614365bc9f7fa200f9f3921c.tar.gz ports-ffcb2d79a05afd6d614365bc9f7fa200f9f3921c.zip |
Notes
Diffstat (limited to 'devel/drpython')
-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 |