summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 17:11:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 17:11:45 +0000
commit9576516d0be384f13c110aceaf2ba50a84e3e28d (patch)
tree79ad3596d437bb608ce3ed6187eedda79ebedb6e
parentUse wxGTK 3.0 (diff)
Use version 3.0 of wxGTK
-rw-r--r--graphics/gtimelapse/Makefile5
1 files 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