diff options
author | wg <wg@FreeBSD.org> | 2014-07-06 10:27:12 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-07-06 10:27:12 +0800 |
commit | bedea41b06da986842c8a2c1c4bd41db957022c2 (patch) | |
tree | c2cf66d7a03821c8cd606691613f0d5fcb5043b6 | |
parent | 574388b739bb49ca797225279ecc80b82adde16d (diff) | |
download | freebsd-ports-gnome-bedea41b06da986842c8a2c1c4bd41db957022c2.tar.gz freebsd-ports-gnome-bedea41b06da986842c8a2c1c4bd41db957022c2.tar.zst freebsd-ports-gnome-bedea41b06da986842c8a2c1c4bd41db957022c2.zip |
multimedia/photofilmstrip: use WX 3.0
Approved by: portmgr (bapt, blanket)
-rw-r--r-- | multimedia/photofilmstrip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile index 9e903dcd55c2..49af50883d46 100644 --- a/multimedia/photofilmstrip/Makefile +++ b/multimedia/photofilmstrip/Makefile @@ -3,7 +3,7 @@ PORTNAME= photofilmstrip PORTVERSION= 1.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia python MASTER_SITES= SF/photostoryx/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,9 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ PORTSCOUT= skipv:1.9.90,1.9.91 # Unstable Versions USE_PYTHON= yes -USE_WX= 2.8+ +USE_WX= 3.0+ WX_COMPS= python:lib -WX_UNICODE= yes ALL_TARGET= compile PFSDIR= ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME} |