diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-13 18:00:04 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-13 18:00:04 +0000 |
commit | bfe48ba85610eebfbaf5d8d7ed3dd9c188f2637b (patch) | |
tree | b0927d28d3a60501869db7f3989d25ea2d3940c8 | |
parent | 659e432722502f2e13102dee7cbdeaa9bc1c3e06 (diff) | |
download | FreeBSD-ports-bfe48ba85610eebfbaf5d8d7ed3dd9c188f2637b.zip FreeBSD-ports-bfe48ba85610eebfbaf5d8d7ed3dd9c188f2637b.tar.gz |
Use wxGTK3
-rw-r--r-- | textproc/plover/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/plover/Makefile b/textproc/plover/Makefile index 6c246b5..39b4535 100644 --- a/textproc/plover/Makefile +++ b/textproc/plover/Makefile @@ -2,7 +2,7 @@ PORTNAME= plover PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://launchpadlibrarian.net/88624187/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>=0:${PORTSDIR}/x11-toolkits/py-xlib \ USES= python USE_PYTHON= distutils -USE_WX= 2.8 +USE_WX= 3.0+ WX_COMPS= wx WX_UNICODE= yes |