aboutsummaryrefslogtreecommitdiff
path: root/misc/openhantek
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-11-11 00:13:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-11-11 00:13:00 +0000
commit8c534ac27f7797391c547f0e79fefb55c16f98e5 (patch)
tree7c82609369987cebfb25f9e5604b6c35c8b06f80 /misc/openhantek
parent01bec4198e9bde0ce81fd1ce6e3916c00b69df76 (diff)
downloadports-8c534ac27f7797391c547f0e79fefb55c16f98e5.tar.gz
ports-8c534ac27f7797391c547f0e79fefb55c16f98e5.zip
Fix build on GCC-based systems:
The compiler feature "cxx_range_for" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=517239
Diffstat (limited to 'misc/openhantek')
-rw-r--r--misc/openhantek/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/openhantek/Makefile b/misc/openhantek/Makefile
index cb4184749e52..bfcde9f34bf3 100644
--- a/misc/openhantek/Makefile
+++ b/misc/openhantek/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfftw3.so:math/fftw3
-USES= cmake gl localbase qt:5
+USES= cmake compiler:c++11-lang gl localbase qt:5
USE_GITHUB= yes
GH_ACCOUNT= OpenHantek
GH_TAGNAME= e7e0c7b