diff options
author | marino <marino@FreeBSD.org> | 2015-04-12 15:36:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-12 15:36:38 +0800 |
commit | 03aeeef2eb8359f67d8f8fd23dd5a4f494f99c85 (patch) | |
tree | da25129f027f7d9c198c40743c5f839044b98a71 /graphics/gtimelapse | |
parent | 96af59f4378c06714e77f0bde2cd7a6ec8955a89 (diff) | |
download | freebsd-ports-gnome-03aeeef2eb8359f67d8f8fd23dd5a4f494f99c85.tar.gz freebsd-ports-gnome-03aeeef2eb8359f67d8f8fd23dd5a4f494f99c85.tar.zst freebsd-ports-gnome-03aeeef2eb8359f67d8f8fd23dd5a4f494f99c85.zip |
graphics/gtimelapse: Unbreak F8 and F9 too
Reported by: amdmi3
Diffstat (limited to 'graphics/gtimelapse')
-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 |