diff options
author | jun <jun@pkgsrc.org> | 2001-02-02 02:43:29 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2001-02-02 02:43:29 +0000 |
commit | afff926c4704d42361d3a2ee4668cd0c2094d17e (patch) | |
tree | 30c8e087535d41b5207cdec36c02c244a5a897c7 /editors | |
parent | 906023fd32360808c6b42101a12edba39f24615b (diff) | |
download | pkgsrc-afff926c4704d42361d3a2ee4668cd0c2094d17e.tar.gz |
divide "DEPENDS" line.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tamago/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index c9aedd70235..39995174c39 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/31 08:47:04 jun Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/02 02:43:29 jun Exp $ DISTNAME= tamago-4.0.6 CATEGORIES= editors @@ -7,7 +7,8 @@ MASTER_SITES= ftp://www.m17n.org/pub/tamago/ MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://www.m17n.org/tamago/ -DEPENDS= emacs-20.*:../../editors/emacs leim-20.*:../../editors/leim +DEPENDS+= emacs-20.*:../../editors/emacs +DEPENDS+= leim-20.*:../../editors/leim GNU_CONFIGURE= yes |