diff options
author | wiz <wiz> | 2004-12-28 17:10:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-28 17:10:56 +0000 |
commit | 0a8125ba11e45b229223e4b85e8f148f821dde34 (patch) | |
tree | 042ece5211a6ee412c5faeec3d703c00e5fd3bb1 /inputmethod | |
parent | 8f0202631dca81b5b9563f57bffb0f9eef09bd4c (diff) | |
download | pkgsrc-0a8125ba11e45b229223e4b85e8f148f821dde34.tar.gz |
Add and enable uim and anthy-elisp.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index 7f00d6c34c3..a768b5c65f9 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/12/04 03:58:09 taya Exp $ +# $NetBSD: Makefile,v 1.19 2004/12/28 17:10:56 wiz Exp $ # COMMENT= Input method tools and libraries @@ -6,6 +6,7 @@ COMMENT= Input method tools and libraries SUBDIR+= Chinput SUBDIR+= ami SUBDIR+= anthy +SUBDIR+= anthy-elisp SUBDIR+= canna SUBDIR+= canna-canuum SUBDIR+= canna-dict @@ -30,6 +31,7 @@ SUBDIR+= skkfep SUBDIR+= skkinput SUBDIR+= skkserv SUBDIR+= tc +SUBDIR+= uim SUBDIR+= unicon-im SUBDIR+= xcin |