Date: Sun, 12 Apr 2015 07:36:39 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383840 - head/graphics/gtimelapse Message-ID: <201504120736.t3C7adeb029197@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Apr 12 07:36:38 2015 New Revision: 383840 URL: https://svnweb.freebsd.org/changeset/ports/383840 Log: graphics/gtimelapse: Unbreak F8 and F9 too Reported by: amdmi3 Modified: head/graphics/gtimelapse/Makefile Modified: head/graphics/gtimelapse/Makefile ============================================================================== --- head/graphics/gtimelapse/Makefile Sun Apr 12 07:03:19 2015 (r383839) +++ head/graphics/gtimelapse/Makefile Sun Apr 12 07:36:38 2015 (r383840) @@ -3,7 +3,7 @@ PORTNAME= gtimelapse DISTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) @@ -16,7 +16,7 @@ LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/g WRKSRC= ${WRKDIR}/${PORTNAME} -USES= pkgconfig +USES= compiler:c++11-lib pkgconfig USE_WX= 3.0 USE_CXXSTD= c++11 WX_UNICODE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504120736.t3C7adeb029197>