diff options
author | Eric Camachat <eric@camachat.org> | 2025-03-13 05:26:07 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2025-03-13 05:26:07 +0000 |
commit | 93292dbcacc9fd97240e6e715225ba794c0e75e9 (patch) | |
tree | 01ab23ed392fb4a1ebada9ff7abfdb88588f45a5 | |
parent | 275243143128401c3cc9c6d382a3eeba7031d2ec (diff) |
textproc/fcitx5-qt: Set qt6 as default flavor
PR: 283406
Approved by: khng (implicitly)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | textproc/fcitx5-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |