svn commit: r360797 - head/audio/mbox

William Grzybowski wg at FreeBSD.org
Sat Jul 5 18:53:19 UTC 2014


Author: wg
Date: Sat Jul  5 18:53:18 2014
New Revision: 360797
URL: http://svnweb.freebsd.org/changeset/ports/360797
QAT: https://qat.redports.org/buildarchive/r360797/

Log:
  audio/mbox: use WX 3.0+

Modified:
  head/audio/mbox/Makefile

Modified: head/audio/mbox/Makefile
==============================================================================
--- head/audio/mbox/Makefile	Sat Jul  5 18:45:41 2014	(r360796)
+++ head/audio/mbox/Makefile	Sat Jul  5 18:53:18 2014	(r360797)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mbox
 PORTVERSION=	0.7.2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mbox.wz.cz/src/ CENKES
 
@@ -21,8 +21,7 @@ USES=		tar:bzip2
 USE_PYTHON=	2
 USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_WX=		2.8
-WX_UNICODE=	yes
+USE_WX=		3.0+
 WX_COMPS=	python
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list