aboutsummaryrefslogtreecommitdiff
path: root/graphics/qt5-graphicaleffects
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-10-20 16:42:46 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-10-20 16:42:46 +0000
commit65d09c746c9d32718d93e4522549806030c089fb (patch)
tree638b99d0e1e5092068d4a365e9f222cf90eb9611 /graphics/qt5-graphicaleffects
parent9ba1a0242276b483a84531c24fb488a2a28fd3e9 (diff)
downloadports-65d09c746c9d32718d93e4522549806030c089fb.tar.gz
ports-65d09c746c9d32718d93e4522549806030c089fb.zip
graphics/qt5-graphicaleffects: fix build with GCC-based architectures
PR: 232253 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=482599
Diffstat (limited to 'graphics/qt5-graphicaleffects')
-rw-r--r--graphics/qt5-graphicaleffects/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qt5-graphicaleffects/Makefile b/graphics/qt5-graphicaleffects/Makefile
index 78b324b03321..ba3f358a4308 100644
--- a/graphics/qt5-graphicaleffects/Makefile
+++ b/graphics/qt5-graphicaleffects/Makefile
@@ -10,7 +10,7 @@ COMMENT= Qt Quick graphical effects
BROKEN_armv6= fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
-USES= qmake qt-dist:5,graphicaleffects
+USES= compiler:c++11-lang qmake qt-dist:5,graphicaleffects
USE_QT= buildtools_build core gui quick qml
.include <bsd.port.mk>