diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-02-20 21:26:58 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-02-20 21:26:58 +0000 |
commit | f7af707f4bb7a77e3eb205f943d0cae28cc2c8ab (patch) | |
tree | e9ce422e828a30adcd6b540cfe5e63147368be0f /inputmethod | |
parent | 894eb0136f915445a54dda55a7e217a621d980f2 (diff) | |
download | pkgsrc-f7af707f4bb7a77e3eb205f943d0cae28cc2c8ab.tar.gz |
inputmethod: Enable fcitx5-chewing
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index 54d5ece793e..24428bdcf43 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2021/02/20 21:20:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.93 2021/02/20 21:26:58 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -18,6 +18,7 @@ SUBDIR+= fcitx-qt5 SUBDIR+= fcitx-skk SUBDIR+= fcitx5 SUBDIR+= fcitx5-anthy +SUBDIR+= fcitx5-chewing SUBDIR+= fcitx5-configtool SUBDIR+= fcitx5-gtk SUBDIR+= fcitx5-mozc |