diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-20 16:20:27 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-20 16:20:27 +0000 |
commit | 50eab73a43d55429f268733140068bcbed4a59b3 (patch) | |
tree | f58c43e47a316c7805b7834d4d333a228a9fbbd8 /graphics/qt5-3d | |
parent | efc00d2cf839e310316345c5b8853f8e8364518d (diff) | |
download | ports-50eab73a43d55429f268733140068bcbed4a59b3.tar.gz ports-50eab73a43d55429f268733140068bcbed4a59b3.zip |
Notes
Diffstat (limited to 'graphics/qt5-3d')
-rw-r--r-- | graphics/qt5-3d/Makefile | 2 |
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} |