diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 14:14:16 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 14:14:16 +0000 |
commit | 2cae6135c9ae738f15e2e10110581bae2748435f (patch) | |
tree | a44cc423ed4ed61b315672a2447161ec0918c567 /inputmethod | |
parent | 11bdab06255c1e85c392e7c581feb7e8287bca6e (diff) | |
download | pkgsrc-2cae6135c9ae738f15e2e10110581bae2748435f.tar.gz |
Add & enable newly reimported packages from the japanese category:
canna-lib, canna-server, canuum, ja-freewnn-lib, ja-freewnn-server, kinput2, sj3-lib, sj3-server, skkfep, skkinput, skkserv.
This is part of the japanese category retirement.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index fbc7a82c31f..80b48a6f50e 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,6 +1,18 @@ -# $NetBSD: Makefile,v 1.1 2002/05/31 11:53:40 seb Exp $ +# $NetBSD: Makefile,v 1.2 2002/05/31 14:14:16 seb Exp $ # COMMENT= Input method tools and libraries +SUBDIR+= canna-lib +SUBDIR+= canna-server +SUBDIR+= canuum +SUBDIR+= ja-freewnn-lib +SUBDIR+= ja-freewnn-server +SUBDIR+= kinput2 +SUBDIR+= sj3-lib +SUBDIR+= sj3-server +SUBDIR+= skkfep +SUBDIR+= skkinput +SUBDIR+= skkserv + .include "../mk/bsd.pkg.subdir.mk" |