diff options
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 |