From 4cffd86a2930792f64b0440f0e5a8c6400e8419e Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 15 Feb 2000 09:26:12 +0000 Subject: 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. --- databases/py-gdbm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/py-gdbm') 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 -- cgit v1.2.3