aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2022-10-14 12:19:33 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-10-14 12:20:57 +0000
commitceba7a5169d05f28576c30003c70a506b81d1a08 (patch)
tree36f5e943874ecab7c1d1dd8120886035d7fca4aa
parent27ce1e50022720508c0cd774397e846b5194ca47 (diff)
downloadports-ceba7a5169d05f28576c30003c70a506b81d1a08.tar.gz
ports-ceba7a5169d05f28576c30003c70a506b81d1a08.zip
devel/qt6-translations: Make dependency point to an actual installed file
Pointing to a directory causes issues with pkg. PR: 267042 Approved by: kde (tcberner)
-rw-r--r--Mk/Uses/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk
index aba97a2222e0..8c764cf57070 100644
--- a/Mk/Uses/qt.mk
+++ b/Mk/Uses/qt.mk
@@ -347,7 +347,7 @@ qt-tools_PORT= devel/${_QT_RELNAME}-tools
qt-tools_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/lupdate
qt-translations_PORT= devel/${_QT_RELNAME}-translations
-qt-translations_PATH= ${LOCALBASE}/${QT_DATADIR_REL}/translations
+qt-translations_PATH= ${LOCALBASE}/${QT_DATADIR_REL}/translations/qt_en.qm
qt-uiplugin_PORT= x11-toolkits/${_QT_RELNAME}-uiplugin
qt-uiplugin_PATH= ${LOCALBASE}/${QT_INCDIR_REL}/QtUiPlugin/QtUiPlugin