summaryrefslogtreecommitdiff
path: root/japanese/namazu/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-02-15 09:26:12 +0000
committeragc <agc@pkgsrc.org>2000-02-15 09:26:12 +0000
commit4cffd86a2930792f64b0440f0e5a8c6400e8419e (patch)
tree4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /japanese/namazu/Makefile
parent63aacb20ee533bf9a53594db96e7f300024c2213 (diff)
downloadpkgsrc-4cffd86a2930792f64b0440f0e5a8c6400e8419e.tar.gz
When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
Diffstat (limited to 'japanese/namazu/Makefile')
-rw-r--r--japanese/namazu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/namazu/Makefile b/japanese/namazu/Makefile
index 8ba243d8d29..068c8c6129c 100644
--- a/japanese/namazu/Makefile
+++ b/japanese/namazu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/12/17 11:13:42 agc Exp $
+# $NetBSD: Makefile,v 1.7 2000/02/15 09:26:21 agc Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1999/03/31 11:52:07 flathill Exp $
DISTNAME= namazu-1.3.0.10
@@ -8,8 +8,8 @@ MASTER_SITES= http://openlab.ring.gr.jp/namazu/release/
MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://openlab.ring.gr.jp/namazu/
-DEPENDS= kakasi-2.3.1:../../japanese/kakasi \
- nkf-1.7:../../japanese/nkf
+DEPENDS= kakasi-2.3.1:../../japanese/kakasi
+DEPENDS+= nkf-1.7:../../japanese/nkf
USE_PERL5= yes
GNU_CONFIGURE= yes