diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-01-18 11:39:10 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-01-18 11:39:10 +0000 |
commit | 742d8267b1a6b3cc790c2663a0b8f83df412083e (patch) | |
tree | ea2ed2afb8b667e6b7b0443bfd673b45655af208 /inputmethod | |
parent | 79c0c48b6cf37fa7eb3c4145a42a6d71ff7e0c52 (diff) | |
download | pkgsrc-742d8267b1a6b3cc790c2663a0b8f83df412083e.tar.gz |
Add mozc packages.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index 20a897a4b51..b1da4d10188 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2012/08/19 08:14:38 obache Exp $ +# $NetBSD: Makefile,v 1.54 2013/01/18 11:39:10 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -24,6 +24,7 @@ SUBDIR+= ibus-handwrite SUBDIR+= ibus-hangul SUBDIR+= ibus-input-pad SUBDIR+= ibus-m17n +SUBDIR+= ibus-mozc SUBDIR+= ibus-pinyin SUBDIR+= ibus-qt SUBDIR+= ibus-skk @@ -50,6 +51,8 @@ SUBDIR+= libhangul SUBDIR+= libskk SUBDIR+= libtabe SUBDIR+= m17n-im-config +SUBDIR+= mozc-server +SUBDIR+= mozc-tool SUBDIR+= multiskkserv SUBDIR+= nabi SUBDIR+= novel-pinyin |