diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-09-23 15:06:57 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-09-23 15:06:57 +0000 |
commit | 241fddd816691f29190619e5d0689640e7466b56 (patch) | |
tree | 0ef82f55ffe232e60c7ef19ebf5cb02b8a114082 /inputmethod/Makefile | |
parent | 01d6befc359eb7bb4d2a4be100424712b78e5e0a (diff) | |
download | pkgsrc-241fddd816691f29190619e5d0689640e7466b56.tar.gz |
1) Update Canna to 3.6p4.
* Reconstruct sample init files.
* RC-style start script.
* Auto-registration of Kana conversion.
* Abolish fuzokugo.cld.
* More key symbols can be configured with Lisp.
* Server returns more appropriate values at abort.
* TeX document improvements.
* And many bug fixes.
2) Make Canuum use Canna's common make files. From Osamu Oishi in PR 22244.
Diffstat (limited to 'inputmethod/Makefile')
-rw-r--r-- | inputmethod/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index c5efba26797..6e34006b5fc 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/09/02 14:20:21 minoura Exp $ +# $NetBSD: Makefile,v 1.14 2003/09/23 15:06:57 uebayasi Exp $ # COMMENT= Input method tools and libraries @@ -6,10 +6,10 @@ COMMENT= Input method tools and libraries SUBDIR+= Chinput SUBDIR+= ami SUBDIR+= canna +SUBDIR+= canna-canuum SUBDIR+= canna-dict SUBDIR+= canna-lib -SUBDIR+= canna-server-bin -SUBDIR+= canuum +SUBDIR+= canna-server SUBDIR+= iiimecf SUBDIR+= ja-freewnn-dict SUBDIR+= ja-freewnn-lib |