aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-10-20 16:20:27 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-10-20 16:20:27 +0000
commit50eab73a43d55429f268733140068bcbed4a59b3 (patch)
treef58c43e47a316c7805b7834d4d333a228a9fbbd8 /graphics
parentefc00d2cf839e310316345c5b8853f8e8364518d (diff)
downloadports-50eab73a43d55429f268733140068bcbed4a59b3.tar.gz
ports-50eab73a43d55429f268733140068bcbed4a59b3.zip
graphics/qt5-3d: fix build with GCC-based architectures
PR: 232388 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=482590
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qt5-3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qt5-3d/Makefile b/graphics/qt5-3d/Makefile
index 52013204c156..9e470dd47ba7 100644
--- a/graphics/qt5-3d/Makefile
+++ b/graphics/qt5-3d/Makefile
@@ -10,7 +10,7 @@ COMMENT= Qt3D module
LIB_DEPENDS= libassimp.so:multimedia/assimp
-USES= pkgconfig qmake:norecursive qt-dist:5,3d
+USES= compiler:c++11-lang pkgconfig qmake:norecursive qt-dist:5,3d
USE_QT= concurrent core gui network qml quick buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}