diff options
Diffstat (limited to 'graphics/qt5-3d/Makefile')
-rw-r--r-- | graphics/qt5-3d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/qt5-3d/Makefile b/graphics/qt5-3d/Makefile index 8d502496292e..fa2acbd0af2c 100644 --- a/graphics/qt5-3d/Makefile +++ b/graphics/qt5-3d/Makefile @@ -8,8 +8,10 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt3D module +LIB_DEPENDS= libassimp.so.3:multimedia/assimp + # Base GCC fails to build the code, pull in a more recent compiler. -USES= compiler:c++0x qmake +USES= compiler:c++0x pkgconfig qmake USE_QT5= concurrent core gui qml quick buildtools_build QT_DIST= ${PORTNAME} |