git: 93292dbcacc9 - main - textproc/fcitx5-qt: Set qt6 as default flavor
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Mar 2025 05:27:55 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=93292dbcacc9fd97240e6e715225ba794c0e75e9 commit 93292dbcacc9fd97240e6e715225ba794c0e75e9 Author: Eric Camachat <eric@camachat.org> AuthorDate: 2025-03-13 05:26:07 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2025-03-13 05:26:07 +0000 textproc/fcitx5-qt: Set qt6 as default flavor PR: 283406 Approved by: khng (implicitly) Sponsored by: The FreeBSD Foundation --- textproc/fcitx5-qt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/fcitx5-qt/Makefile b/textproc/fcitx5-qt/Makefile index 8f35fffcea00..7e86f19d49d2 100644 --- a/textproc/fcitx5-qt/Makefile +++ b/textproc/fcitx5-qt/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSES/BSD-3-Clause.txt LIB_DEPENDS= libFcitx5Utils.so:textproc/fcitx5 \ libxkbcommon.so:x11/libxkbcommon -FLAVORS?= qt5 qt6 +FLAVORS?= qt6 qt5 FLAVOR?= ${FLAVORS:[1]} qt5_PKGNAMESUFFIX= 5