diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-28 17:10:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-28 17:10:56 +0000 |
commit | e6ffa4eb1fedc4e582e43af41ed40808368851a7 (patch) | |
tree | 042ece5211a6ee412c5faeec3d703c00e5fd3bb1 /inputmethod | |
parent | a9e3953e65abf5a7e33a320dbd1fe1b8e490e93c (diff) | |
download | pkgsrc-e6ffa4eb1fedc4e582e43af41ed40808368851a7.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 |