aboutsummaryrefslogtreecommitdiff
path: root/misc/qbrew/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-12 03:52:38 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-12 03:52:38 +0000
commit7c07ef740eca7dc688e2dae59c5b9db758fc851d (patch)
treebc246f78d67ac74a6ca22834fb54e0cfc7cc4c2b /misc/qbrew/Makefile
parentb5508ead699e7b3e9506731de91e200aa9ddd89c (diff)
downloadports-7c07ef740eca7dc688e2dae59c5b9db758fc851d.tar.gz
ports-7c07ef740eca7dc688e2dae59c5b9db758fc851d.zip
Fix build with gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=495417
Diffstat (limited to 'misc/qbrew/Makefile')
-rw-r--r--misc/qbrew/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile
index 93c2bd9481e8..f45e641fbe93 100644
--- a/misc/qbrew/Makefile
+++ b/misc/qbrew/Makefile
@@ -13,7 +13,7 @@ COMMENT= Homebrewer's recipe calculator
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= qmake qt:5
+USES= compiler:c++11-lang gl qmake qt:5
USE_GL= gl
USE_QT= buildtools_build qmake_build \
core gui printsupport widgets xml