git: 24804a8b9dca - main - chinese/fcitx-libpinyin: only enable QT5 where webengine builds
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 02:41:56 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=24804a8b9dca23bd1621f9b4762615165003514e commit 24804a8b9dca23bd1621f9b4762615165003514e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-01 02:40:28 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-01 02:40:28 +0000 chinese/fcitx-libpinyin: only enable QT5 where webengine builds --- chinese/fcitx-libpinyin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chinese/fcitx-libpinyin/Makefile b/chinese/fcitx-libpinyin/Makefile index c9a3927b62dc..11215eab9ae2 100644 --- a/chinese/fcitx-libpinyin/Makefile +++ b/chinese/fcitx-libpinyin/Makefile @@ -26,7 +26,9 @@ USES= cmake gettext gnome pkgconfig tar:xz _MODEL_VER= 20161206 OPTIONS_DEFINE= QT5 -OPTIONS_DEFAULT=QT5 +OPTIONS_DEFAULT_aarch64= QT5 +OPTIONS_DEFAULT_amd64= QT5 +OPTIONS_DEFAULT_i386= QT5 QT5_DESC= Enable Qtr for dictmanager .include <bsd.port.options.mk>