From 9576516d0be384f13c110aceaf2ba50a84e3e28d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 24 Mar 2014 17:11:45 +0000 Subject: [PATCH] Use version 3.0 of wxGTK --- graphics/gtimelapse/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/gtimelapse/Makefile b/graphics/gtimelapse/Makefile index 5c2fe6f8ea22..e8a7248a89d6 100644 --- a/graphics/gtimelapse/Makefile +++ b/graphics/gtimelapse/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtimelapse DISTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) @@ -17,7 +17,8 @@ LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 WRKSRC= ${WRKDIR}/${PORTNAME} USES= pkgconfig -USE_WX= 2.8+ +USE_WX= 3.0 +WX_UNICODE= yes WX_CONF_ARGS= absolute USE_AUTOTOOLS= libtoolize aclocal automake autoconf LIBTOOLIZE_ARGS=--copy --force