Date: Mon, 24 Mar 2014 17:11:45 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349031 - head/graphics/gtimelapse Message-ID: <201403241711.s2OHBjg2097724@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241711.s2OHBjg2097724>