diff options
author | ryoon <ryoon> | 2014-01-20 10:36:14 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2014-01-20 10:36:14 +0000 |
commit | cc4198d753809fd38f2f1b46f9f289e55c62c1f3 (patch) | |
tree | c861b3d9c8b9e0d40e4c2564eec2738b79f4c724 /inputmethod | |
parent | 6a7822eb0b67605435f6551f1a2e337145140d22 (diff) | |
download | pkgsrc-cc4198d753809fd38f2f1b46f9f289e55c62c1f3.tar.gz |
Add mozc-renderer
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 cc82ee0b127..9f007461418 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2013/12/13 14:39:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.59 2014/01/20 10:36:14 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -54,6 +54,7 @@ SUBDIR+= libskk SUBDIR+= libtabe SUBDIR+= m17n-im-config SUBDIR+= mozc-elisp +SUBDIR+= mozc-renderer SUBDIR+= mozc-server SUBDIR+= mozc-tool SUBDIR+= multiskkserv |