svn commit: r349031 - head/graphics/gtimelapse

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 17:11:46 UTC 2014


Author: bapt
Date: Mon Mar 24 17:11:45 2014
New Revision: 349031
URL: http://svnweb.freebsd.org/changeset/ports/349031
QAT: https://qat.redports.org/buildarchive/r349031/

Log:
  Use version 3.0 of wxGTK

Modified:
  head/graphics/gtimelapse/Makefile

Modified: head/graphics/gtimelapse/Makefile
==============================================================================
--- head/graphics/gtimelapse/Makefile	Mon Mar 24 17:08:33 2014	(r349030)
+++ head/graphics/gtimelapse/Makefile	Mon Mar 24 17:11:45 2014	(r349031)
@@ -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}/g
 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


More information about the svn-ports-head mailing list