diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-27 01:20:24 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-27 01:20:24 +0000 |
commit | 7b117d21671d6f9038809eb4a27e9f198fb9bbf6 (patch) | |
tree | 66c5fec50129c6628a27c1324ece64daf50596c9 /japanese/jvim3-canna+wnn7/Makefile | |
parent | Minor changes: (diff) |
* Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library for
Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib
by me and is not released from the Product company of Wnn7 (Omron
Software Co., Ltd).
* Modify master ports of the above ports according to adding these.
* [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected
Submitted by: imp
Diffstat (limited to 'japanese/jvim3-canna+wnn7/Makefile')
-rw-r--r-- | japanese/jvim3-canna+wnn7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/jvim3-canna+wnn7/Makefile b/japanese/jvim3-canna+wnn7/Makefile index 3088260ab82f..c78cf80a6a26 100644 --- a/japanese/jvim3-canna+wnn7/Makefile +++ b/japanese/jvim3-canna+wnn7/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: jvim3 for Canna and Wnn6 -# Date created: 98/11/17 +# New ports collection makefile for: jvim3 for Canna and Wnn7 +# Date created: 01/07/18 # Whom: Satoshi TAOKA <taoka@FreeBSD.org> # # $FreeBSD$ # CANNA= yes -WNN6= yes +WNN7= yes MASTERDIR= ${.CURDIR}/../jvim3 PKGDIR= ${.CURDIR} |