diff options
author | jun <jun> | 2001-02-02 02:43:29 +0000 |
---|---|---|
committer | jun <jun> | 2001-02-02 02:43:29 +0000 |
commit | 991ffef3b650e509d0c39972906e30c38eec341d (patch) | |
tree | 30c8e087535d41b5207cdec36c02c244a5a897c7 /editors/tamago | |
parent | fec2e29f2307b096d9b4311e48428313ec33606d (diff) | |
download | pkgsrc-991ffef3b650e509d0c39972906e30c38eec341d.tar.gz |
divide "DEPENDS" line.
Diffstat (limited to 'editors/tamago')
-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 |