From 6767132f89fd36b03d3641f3f697a4536b8f571e Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 24 Mar 2014 17:08:33 +0000 Subject: Use wxGTK 3.0 --- graphics/delaboratory/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile index 602f1ceb8cb5..59f5413c8aba 100644 --- a/graphics/delaboratory/Makefile +++ b/graphics/delaboratory/Makefile @@ -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} -- cgit