git: 3b0f5a851911 - 2022Q4 - devel/qt6-translations: Make dependency point to an actual installed file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Oct 2022 14:50:44 UTC
The branch 2022Q4 has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b0f5a8519111dd5b6ca0d23d7241f5e4ae7cd5e commit 3b0f5a8519111dd5b6ca0d23d7241f5e4ae7cd5e Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-10-14 12:19:33 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-10-14 14:50:23 +0000 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) (cherry picked from commit ceba7a5169d05f28576c30003c70a506b81d1a08) --- Mk/Uses/qt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk index e71f3e62c0be..1766007996bd 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