diff options
author | asami <asami@FreeBSD.org> | 1995-05-02 01:54:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-02 01:54:59 +0000 |
commit | ed657ad5e8cb58b9e949d1a30e969584891f2230 (patch) | |
tree | 5000ca79d5556bb174bd63fc18035b9286a3155a /japanese/Makefile | |
parent | 97b18ce7527cdba6694d07a80c50396756613107 (diff) | |
download | FreeBSD-ports-ed657ad5e8cb58b9e949d1a30e969584891f2230.zip FreeBSD-ports-ed657ad5e8cb58b9e949d1a30e969584891f2230.tar.gz |
Added kinput2-canna.
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index c44f268..d95aeed 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.6 1995/04/05 08:59:36 asami Exp $ +# $Id: Makefile,v 1.7 1995/04/23 10:35:10 asami Exp $ # # restricted: none # # doesn't compile: mh # -SUBDIR= Canna Wnn gawk grep kterm less nkf mule-canna mule-wnn sed tcl tk +SUBDIR= Canna Wnn gawk grep kinput2-canna kterm less nkf \ + mule-canna mule-wnn sed tcl tk .include <bsd.port.subdir.mk> |