aboutsummaryrefslogtreecommitdiff
path: root/multimedia/zart
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-10-17 00:43:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-10-17 00:43:06 +0000
commitdc01de3d64fd2548c2e2ba004c602e82ffbde898 (patch)
tree9ab8a5dbf6529768db6e9d75d112112f1ccd61a0 /multimedia/zart
parentcd95adb01242849c1bab45a48b63d72018b542db (diff)
downloadports-dc01de3d64fd2548c2e2ba004c602e82ffbde898.tar.gz
ports-dc01de3d64fd2548c2e2ba004c602e82ffbde898.zip
Fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=514642
Diffstat (limited to 'multimedia/zart')
-rw-r--r--multimedia/zart/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/zart/Makefile b/multimedia/zart/Makefile
index fa6bccfc8e91..77b08f102224 100644
--- a/multimedia/zart/Makefile
+++ b/multimedia/zart/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libopencv_core.so:graphics/opencv-core \
libopencv_video.so:graphics/opencv \
libfftw3.so:math/fftw3
-USES= pkgconfig qmake qt:5
+USES= compiler:c++11-lang pkgconfig qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= c-koi
GH_TAGNAME= e1b25e8