diff options
-rw-r--r-- | graphics/delaboratory/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |