diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-07-05 23:28:59 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-07-05 23:28:59 +0000 |
commit | 62165e781264317e87e744f009283f00d98f4473 (patch) | |
tree | e24a78be7106faaefeb6806a4d48b10db9bc161b /devel/boaconstructor/Makefile | |
parent | ef2000b10b72f14b3019c25a86e7f8b665b6f6eb (diff) | |
download | ports-62165e781264317e87e744f009283f00d98f4473.tar.gz ports-62165e781264317e87e744f009283f00d98f4473.zip |
Notes
Diffstat (limited to 'devel/boaconstructor/Makefile')
-rw-r--r-- | devel/boaconstructor/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile index 4a365c906ca0..bd6d3c9ba6ce 100644 --- a/devel/boaconstructor/Makefile +++ b/devel/boaconstructor/Makefile @@ -3,7 +3,7 @@ PORTNAME= boaconstructor PORTVERSION= 0.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python #MASTER_SITES= SF/boa-constructor/Boa-Constructor/${PORTVERSION}-alpha MASTER_SITES= SF/boa-constructor/Boa-Constructor/${PORTVERSION}-beta @@ -16,8 +16,7 @@ WRKSRC= ${WRKDIR}/boa-constructor-${PORTVERSION} USES= gettext zip USE_PYTHON= yes -USE_WX= 2.8 -WX_UNICODE= yes +USE_WX= 3.0+ WX_COMPS= python DATADIR= ${PREFIX}/share/Boa |