aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-23 09:34:46 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-23 09:34:46 +0000
commit150ddd43841be8c69e877b84517c170eea60dfb9 (patch)
tree6d47ccc7955ff16493dfe30f3dddf1cb8af23e74 /Mk
parent3fe84e82d47de363582e5a7416eba2d09c55d9a3 (diff)
downloadports-150ddd43841be8c69e877b84517c170eea60dfb9.tar.gz
ports-150ddd43841be8c69e877b84517c170eea60dfb9.zip
Fix dependency lines after r545533
In r545533 new ports qt5-quicktimeline and qt5-quick3d were added with slightly wrong dependency lines.
Notes
Notes: svn path=/head/; revision=545813
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/qt.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk
index 26e75fd028be..1a0ac199df89 100644
--- a/Mk/Uses/qt.mk
+++ b/Mk/Uses/qt.mk
@@ -260,7 +260,7 @@ qt-qmake_PORT= devel/${_QT_RELNAME}-qmake
qt-qmake_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qmake
qt-quick3d_PORT= x11-toolkits/${_QT_RELNAME}-quick3d
-qt-quick3d_PATH= libQt${_QT_LIBVER}Quick3D.so
+qt-quick3d_LIB= libQt${_QT_LIBVER}Quick3D.so
qt-quickcontrols_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols
qt-quickcontrols_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Controls/qmldir
@@ -269,7 +269,7 @@ qt-quickcontrols2_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols2
qt-quickcontrols2_LIB= libQt${_QT_LIBVER}QuickControls2.so
qt-quicktimeline_PORT= x11-toolkits/${_QT_RELNAME}-quicktimeline
-qt-quicktimeline_LIB= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Timeline/libqtquicktimelineplugin.so
+qt-quicktimeline_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Timeline/libqtquicktimelineplugin.so
qt-remoteobjects_PORT= devel/${_QT_RELNAME}-remoteobjects
qt-remoteobjects_LIB= libQt${_QT_LIBVER}RemoteObjects.so