diff options
| author | mew14930xvi <mew14930xvi@inbox.lv> | 2025-03-13 14:45:31 +0800 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2025-03-13 14:48:35 +0800 |
| commit | f57f71f6db307b04a68ed99ff2079b9a9ab12e6b (patch) | |
| tree | 846c997d63c1a7e5ad2568278399802879c36760 | |
| parent | security/vuxml: document gitlab vulnerabilities (diff) | |
japanese/fcitx5-anthy: Flavorize for anthy-unicode
PR: 283177
| -rw-r--r-- | japanese/fcitx5-anthy/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/japanese/fcitx5-anthy/Makefile b/japanese/fcitx5-anthy/Makefile index d53b54bb1e1f..3b2d5565021a 100644 --- a/japanese/fcitx5-anthy/Makefile +++ b/japanese/fcitx5-anthy/Makefile @@ -10,11 +10,22 @@ WWW= https://github.com/fcitx/fcitx5-anthy LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt -LIB_DEPENDS= libanthy.so:japanese/anthy \ - libFcitx5Core.so:textproc/fcitx5 +LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 + +FLAVORS= original unicode +FLAVOR?= ${FLAVORS:[1]} USES= cmake compiler:c++17-lang gettext-tools kde:5 pkgconfig tar:zst USE_KDE= ecm +.if ${FLAVOR} == original +LIB_DEPENDS+= libanthy.so:japanese/anthy +CONFLICTS_INSTALL= ${PORTNAME}-unicode +.else +PKGNAMESUFFIX= -unicode +LIB_DEPENDS+= libanthy-unicode.so:japanese/anthy-unicode +CONFLICTS_INSTALL= ${PORTNAME} +.endif + .include <bsd.port.mk> |
