Date: Mon, 1 Nov 2021 02:41:56 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 24804a8b9dca - main - chinese/fcitx-libpinyin: only enable QT5 where webengine builds Message-ID: <202111010241.1A12fu04063358@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111010241.1A12fu04063358>