diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-03-06 05:00:52 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-03-06 05:00:52 +0000 |
commit | 11e7bfa1bc763e73e024ddf5f7dfb578ae81b88a (patch) | |
tree | 416c1bcc50aced5aaa178a2865e2307733c4c11a /inputmethod | |
parent | bc1c1933f7ae62c2f4fa3b79dd9a32fca32ad558 (diff) | |
download | pkgsrc-11e7bfa1bc763e73e024ddf5f7dfb578ae81b88a.tar.gz |
inputmethod: Enable rime-quick
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 ad7f149cb28..6da358e8b5f 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2021/03/06 04:59:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.115 2021/03/06 05:00:52 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -102,6 +102,7 @@ SUBDIR+= rime-luna-pinyin SUBDIR+= rime-middle-chinese SUBDIR+= rime-pinyin-simp SUBDIR+= rime-prelude +SUBDIR+= rime-quick SUBDIR+= rime-terra-pinyin SUBDIR+= ruby-zinnia SUBDIR+= scim |