svn commit: r383840 - head/graphics/gtimelapse

John Marino marino at FreeBSD.org
Sun Apr 12 07:36:39 UTC 2015


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


More information about the svn-ports-head mailing list