Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2022 15:52:24 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c06ecdb49b43 - main - textproc/fcitx5-configtool: fix dependency on textproc/fcitx5-qt
Message-ID:  <202210121552.29CFqO8K043342@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210121552.29CFqO8K043342>