diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-02-20 21:42:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-02-20 21:42:30 +0000 |
commit | eeddc5bb6e569b2399ea15bb8c72a96fdb262c23 (patch) | |
tree | 306d12ea5f63d69ed23c527c2d8ae21570dfa0bd /inputmethod | |
parent | da9e258f715ebe6dfcbf7728c58b52c25af14a6f (diff) | |
download | pkgsrc-eeddc5bb6e569b2399ea15bb8c72a96fdb262c23.tar.gz |
inputmethod: Enable fcitx5-m17n
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 3e2154bb237..13d2c3284ed 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2021/02/20 21:39:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.99 2021/02/20 21:42:30 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -25,6 +25,7 @@ SUBDIR+= fcitx5-gtk SUBDIR+= fcitx5-hangul SUBDIR+= fcitx5-libthai SUBDIR+= fcitx5-lua +SUBDIR+= fcitx5-m17n SUBDIR+= fcitx5-mozc SUBDIR+= fcitx5-qt SUBDIR+= fcitx5-rime |