diff options
-rw-r--r-- | graphics/gtimelapse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtimelapse/Makefile b/graphics/gtimelapse/Makefile index b2aff4dfc766..5a1512ca915d 100644 --- a/graphics/gtimelapse/Makefile +++ b/graphics/gtimelapse/Makefile @@ -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}/graphics/libgphoto2 WRKSRC= ${WRKDIR}/${PORTNAME} -USES= pkgconfig +USES= compiler:c++11-lib pkgconfig USE_WX= 3.0 USE_CXXSTD= c++11 WX_UNICODE= yes |