aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-10-20 16:11:28 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-10-20 16:11:28 +0000
commitad43dcdc782d651e83e288150d170460db72f057 (patch)
tree517eedc54bb0172234138c2f97ca520356cd8ebd /x11
parentc170a2fa7b388913c2dc54d60bbb2a7eae83de57 (diff)
downloadports-ad43dcdc782d651e83e288150d170460db72f057.tar.gz
ports-ad43dcdc782d651e83e288150d170460db72f057.zip
x11/qt5-qev: fix build with GCC-based architectures
PR: 232402 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=482584
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qev/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/qt5-qev/Makefile b/x11/qt5-qev/Makefile
index dafa723f3ed7..3865a59127b4 100644
--- a/x11/qt5-qev/Makefile
+++ b/x11/qt5-qev/Makefile
@@ -9,7 +9,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt QWidget events introspection tool
USE_QT= core widgets
-USES= qmake qt-dist:5,tools
+USES= compiler:c++11-lang qmake qt-dist:5,tools
WRKSRC_SUBDIR= src/${PORTNAME}