diff options
author | agc <agc@pkgsrc.org> | 2000-02-15 09:26:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-02-15 09:26:12 +0000 |
commit | 4cffd86a2930792f64b0440f0e5a8c6400e8419e (patch) | |
tree | 4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /databases | |
parent | 63aacb20ee533bf9a53594db96e7f300024c2213 (diff) | |
download | pkgsrc-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 'databases')
-rw-r--r-- | databases/py-gdbm/Makefile | 6 | ||||
-rw-r--r-- | databases/py-mysql/Makefile | 6 | ||||
-rw-r--r-- | databases/tcl-gdbm/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index f4fbbd76ee0..0bc304dae2f 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/04/14 06:17:31 tsarna Exp $ +# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:18 agc Exp $ # DISTNAME= py152 @@ -11,8 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dolecek@ics.muni.cz HOMEPAGE= http://www.python.org/doc/lib/module-gdbm.html -DEPENDS+= python-1.5.2:../../lang/python \ - gdbm-1.7.3:../../databases/gdbm +DEPENDS+= python-1.5.2:../../lang/python +DEPENDS+= gdbm-1.7.3:../../databases/gdbm DIST_SUBDIR= python diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile index fdc9b6779b0..89d2914bb49 100644 --- a/databases/py-mysql/Makefile +++ b/databases/py-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/02/15 05:54:19 bad Exp $ +# $NetBSD: Makefile,v 1.19 2000/02/15 09:26:19 agc Exp $ DISTNAME= MySQLmodule-1.4 PKGNAME= py-mysql-1.4 @@ -10,8 +10,8 @@ DISTFILES= MySQLmodule-1.4${EXTRACT_SUFX} \ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://snail.earthlight.co.nz/projects.html -DEPENDS+= python-1.5.2:../../lang/python \ - mysql-client-3.22.32:../../databases/mysql-client +DEPENDS+= python-1.5.2:../../lang/python +DEPENDS+= mysql-client-3.22.32:../../databases/mysql-client EXTRACT_ONLY= MySQLmodule-1.4${EXTRACT_SUFX} ALL_TARGET= default diff --git a/databases/tcl-gdbm/Makefile b/databases/tcl-gdbm/Makefile index 6f6b953da20..68ee518e992 100644 --- a/databases/tcl-gdbm/Makefile +++ b/databases/tcl-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/07/07 16:07:09 bouyer Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/15 09:26:19 agc Exp $ # DISTNAME= Tclgdbm0.6 @@ -8,8 +8,8 @@ MASTER_SITES= http://www.tcltk.com/ftp/ellson/ MAINTAINER= bouyer@netbsd.org -DEPENDS+= tcl-8.0.5:../../lang/tcl80 \ - gdbm-1.7.3:../../databases/gdbm +DEPENDS+= tcl-8.0.5:../../lang/tcl80 +DEPENDS+= gdbm-1.7.3:../../databases/gdbm GNU_CONFIGURE= yes |