diff options
author | agc <agc> | 2000-02-15 09:26:12 +0000 |
---|---|---|
committer | agc <agc> | 2000-02-15 09:26:12 +0000 |
commit | 242d011092ba85f783d14aeacbecfc4234970f19 (patch) | |
tree | 4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /japanese | |
parent | 5c63ce00000da7db31d55e4568e575d0b99bc6a9 (diff) | |
download | pkgsrc-242d011092ba85f783d14aeacbecfc4234970f19.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')
-rw-r--r-- | japanese/man/Makefile | 6 | ||||
-rw-r--r-- | japanese/namazu/Makefile | 6 | ||||
-rw-r--r-- | japanese/vfghostscript5/Makefile | 14 |
3 files changed, 13 insertions, 13 deletions
diff --git a/japanese/man/Makefile b/japanese/man/Makefile index ededaeeade1..47287034cb0 100644 --- a/japanese/man/Makefile +++ b/japanese/man/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/11/04 10:52:01 agc Exp $ +# $NetBSD: Makefile,v 1.6 2000/02/15 09:26:21 agc Exp $ DISTNAME= NetBSD1.3I-jman-19990531 PKGNAME= ja-man-19990531 @@ -8,8 +8,8 @@ MASTER_SITES= ftp://ftp.spa.is.uec.ac.jp/pub/NetBSD/jman/archives/ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= ftp://ftp.spa.is.uec.ac.jp/pub/NetBSD/jman/index.html -DEPENDS= ja-less-332:../../japanese/less \ - ja-groff-0.99:../../japanese/groff +DEPENDS= ja-less-332:../../japanese/less +DEPENDS+= ja-groff-0.99:../../japanese/groff JAMANDIR= ja_JP.EUC PLIST_SUBST+= JAMANDIR=${JAMANDIR} 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 diff --git a/japanese/vfghostscript5/Makefile b/japanese/vfghostscript5/Makefile index aff06a9a89f..52bbc5de5dd 100644 --- a/japanese/vfghostscript5/Makefile +++ b/japanese/vfghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/02/12 18:29:24 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/02/15 09:26:21 agc Exp $ # DISTNAME= ja-vfghostscript-5.50 @@ -16,7 +16,7 @@ MASTER_SITES+= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs510/ \ http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/ \ http://www.jaist.ac.jp/~daisuke/Linux/gs/gs5/Original-sources/OLD/ \ http://www.rd.nacsis.ac.jp/~katayama/homepage/ghostscript/jpdf/\ - http://itohws03.ee.noda.sut.ac.jp/~matsuda/VFlib-FT/ \ + http://itohws03.ee.noda.sut.ac.jp/~matsuda/VFlib-FT/ \ http://www.bpe.es.osaka-u.ac.jp/~watanabe/ \ http://www.bukka.p.chiba-u.ac.jp/~ohmori/gs/ \ ftp://ftp.iijnet.or.jp/humbleSoft/pub/ @@ -28,11 +28,11 @@ DISTFILES+= gdevlips-2.3.3.tar.gz gdevmjc-0.8.tar.gz gdevrpdl.tar.gz \ MAINTAINER= oishi@ims.ac.jp HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html -BUILD_DEPENDS= ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b:../../graphics/jpeg:extract \ - unzip:../../archivers/unzip -DEPENDS= png>=1.0.3:../../graphics/png \ - ja-vflib-2.24.2:../../japanese/vflib \ - ghostscript-5.50:../../print/ghostscript5 +BUILD_DEPENDS= ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b:../../graphics/jpeg:extract +BUILD_DEPENDS+= unzip:../../archivers/unzip +DEPENDS= png>=1.0.3:../../graphics/png +DEPENDS+= ja-vflib-2.24.2:../../japanese/vflib +DEPENDS+= ghostscript-5.50:../../print/ghostscript5 DIST_SUBDIR= ghostscript |