diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-10-12 15:53:46 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-10-12 17:52:11 +0200 |
commit | c06ecdb49b43287ff946a26b13868c22261e0970 (patch) | |
tree | 2db76f0f246fb1bb57254139fb136317556d302a /textproc/fcitx5-configtool | |
parent | security/boringssl: update to the recent commit (diff) |
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
Diffstat (limited to 'textproc/fcitx5-configtool')
-rw-r--r-- | textproc/fcitx5-configtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |