aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-26 12:29:28 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-26 12:29:28 +0000
commit1d26780b6569d84252984c6fd8c48da54884039a (patch)
tree7bddb85ad4fe4e09343614694699c3f2c3e83b3d /cad/qcad
parent959dc0b3639ece3f6789bb0aefc5b25971c3b128 (diff)
downloadports-1d26780b6569d84252984c6fd8c48da54884039a.tar.gz
ports-1d26780b6569d84252984c6fd8c48da54884039a.zip
USES=compiler:c++11-lang is necessary to build on GCC-based architectures.
PR: 234394 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=488380
Diffstat (limited to 'cad/qcad')
-rw-r--r--cad/qcad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index 542c8c6661a6..acd1cea75cb2 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libquazip5.so:archivers/quazip@qt5
MAKE_JOBS_UNSAFE=yes
-USES= gmake qmake qt:5
+USES= compiler:c++11-lang gmake qmake qt:5
USE_GITHUB= yes
USE_LDCONFIG= yes
USE_QT= buildtools qmake_build \