git: c06ecdb49b43 - main - textproc/fcitx5-configtool: fix dependency on textproc/fcitx5-qt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Oct 2022 15:52:24 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=c06ecdb49b43287ff946a26b13868c22261e0970 commit c06ecdb49b43287ff946a26b13868c22261e0970 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-10-12 13:53:46 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-10-12 15:52:11 +0000 textproc/fcitx5-configtool: fix dependency on textproc/fcitx5-qt - the package got renamed from fcitx5-qt to fcitcx5-qt5 when the Qt6 flavor got added in f5d6cd42fc05d26dea853e58c19b4ab0cae05cbc PR: 266950 --- textproc/fcitx5-configtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/fcitx5-configtool/Makefile b/textproc/fcitx5-configtool/Makefile index 34440b934bbc..9ccadc7c0555 100644 --- a/textproc/fcitx5-configtool/Makefile +++ b/textproc/fcitx5-configtool/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ fcitx5>=5.0.10:textproc/fcitx5 \ - fcitx5-qt>=5.0.2:textproc/fcitx5-qt + fcitx5-qt5>=5.0.2:textproc/fcitx5-qt@qt5 LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ libFcitx5Core.so:textproc/fcitx5 \ libFcitx5Qt5DBusAddons.so:textproc/fcitx5-qt