svn commit: r349030 - head/graphics/delaboratory

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 17:08:33 UTC 2014


Author: bapt
Date: Mon Mar 24 17:08:33 2014
New Revision: 349030
URL: http://svnweb.freebsd.org/changeset/ports/349030
QAT: https://qat.redports.org/buildarchive/r349030/

Log:
  Use wxGTK 3.0

Modified:
  head/graphics/delaboratory/Makefile

Modified: head/graphics/delaboratory/Makefile
==============================================================================
--- head/graphics/delaboratory/Makefile	Mon Mar 24 17:05:47 2014	(r349029)
+++ head/graphics/delaboratory/Makefile	Mon Mar 24 17:08:33 2014	(r349030)
@@ -3,6 +3,7 @@
 
 PORTNAME=	delaboratory
 PORTVERSION=	0.8
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 
@@ -13,7 +14,8 @@ LICENSE=	GPLv3
 
 USES=		gmake
 MAKE_ARGS=	CXX="${CXX}" WXCONFIG="${WX_CONFIG}"
-USE_WX=		2.8+
+USE_WX=		3.0
+WX_UNICODE=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 


More information about the svn-ports-all mailing list