diff options
author | kiri <kiri@FreeBSD.org> | 2003-05-09 14:55:31 +0800 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2003-05-09 14:55:31 +0800 |
commit | 46e7f3e1a03e386425d4bf71eba2736a7487e108 (patch) | |
tree | 18bc34824b34d4516570ae226038e5b7e14e1faa | |
parent | c35f2ada3087ff03e40413e08062e79136139594 (diff) | |
download | freebsd-ports-gnome-46e7f3e1a03e386425d4bf71eba2736a7487e108.tar.gz freebsd-ports-gnome-46e7f3e1a03e386425d4bf71eba2736a7487e108.tar.zst freebsd-ports-gnome-46e7f3e1a03e386425d4bf71eba2736a7487e108.zip |
Modify for move xemacs21-mule to version 21.4.12.
-rw-r--r-- | japanese/xemacs21-wnn6/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/japanese/xemacs21-wnn6/Makefile b/japanese/xemacs21-wnn6/Makefile index a4f915e16bc9..9a2458b9f6b7 100644 --- a/japanese/xemacs21-wnn6/Makefile +++ b/japanese/xemacs21-wnn6/Makefile @@ -5,7 +5,12 @@ # $FreeBSD$ # -XEMACS_MAJOR_VER= 21 -WNN6= yes -.include "${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/Makefile" +CATEGORIES= japanese + +MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule +COMMENT= XEmacs(gamma version) text editor, with SJ3, SKK and Wnn6 support + +WNN6= yes + +.include "${MASTERDIR}/Makefile" |