diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-03-06 04:49:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-03-06 04:49:44 +0000 |
commit | 8cc33efa1ef93092b49c76b4655bd945dcb1fcb5 (patch) | |
tree | d139ec085391356d045f38e70e671996bbdcb8a1 /inputmethod | |
parent | bf6f809515fd9e3bad4460d8a845b1693c8c2fe9 (diff) | |
download | pkgsrc-8cc33efa1ef93092b49c76b4655bd945dcb1fcb5.tar.gz |
inputmethod: Enable rime-double-pinyin
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 b802514c2bd..248f540a436 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2021/03/06 04:47:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.109 2021/03/06 04:49:44 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -94,6 +94,7 @@ SUBDIR+= rime-bopomofo SUBDIR+= rime-cangjie SUBDIR+= rime-cantonese SUBDIR+= rime-combo-pinyin +SUBDIR+= rime-double-pinyin SUBDIR+= rime-luna-pinyin SUBDIR+= rime-prelude SUBDIR+= rime-terra-pinyin |