Date: Mon, 24 Mar 2014 17:08:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349030 - head/graphics/delaboratory Message-ID: <201403241708.s2OH8XLA094851@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241708.s2OH8XLA094851>