svn commit: r396841 - head/textproc/plover

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 13 18:00:05 UTC 2015


Author: bapt
Date: Sun Sep 13 18:00:04 2015
New Revision: 396841
URL: https://svnweb.freebsd.org/changeset/ports/396841

Log:
  Use wxGTK3

Modified:
  head/textproc/plover/Makefile

Modified: head/textproc/plover/Makefile
==============================================================================
--- head/textproc/plover/Makefile	Sun Sep 13 17:59:00 2015	(r396840)
+++ head/textproc/plover/Makefile	Sun Sep 13 18:00:04 2015	(r396841)
@@ -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}xl
 
 USES=		python
 USE_PYTHON=	distutils
-USE_WX=		2.8
+USE_WX=		3.0+
 WX_COMPS=	wx
 WX_UNICODE=	yes
 


More information about the svn-ports-all mailing list