diff options
author | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
commit | 0e6fa9f644599b5f010ffe053765f5a3dcfbbe32 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /editors/tamago/Makefile | |
parent | 9cd33f1ced25f785a26235a0c68a92f8f28d517e (diff) | |
download | pkgsrc-0e6fa9f644599b5f010ffe053765f5a3dcfbbe32.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'editors/tamago/Makefile')
-rw-r--r-- | editors/tamago/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 39995174c39..4606ae0b3e2 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/02 02:43:29 jun Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 14:40:53 wiz Exp $ DISTNAME= tamago-4.0.6 CATEGORIES= editors @@ -6,6 +6,7 @@ MASTER_SITES= ftp://www.m17n.org/pub/tamago/ MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://www.m17n.org/tamago/ +COMMENT= CJK characters inputting system for emacs-20+leim DEPENDS+= emacs-20.*:../../editors/emacs DEPENDS+= leim-20.*:../../editors/leim |