summaryrefslogtreecommitdiff
path: root/databases/py-gdbm
diff options
context:
space:
mode:
authoragc <agc>2000-02-15 09:26:12 +0000
committeragc <agc>2000-02-15 09:26:12 +0000
commit242d011092ba85f783d14aeacbecfc4234970f19 (patch)
tree4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /databases/py-gdbm
parent5c63ce00000da7db31d55e4568e575d0b99bc6a9 (diff)
downloadpkgsrc-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 'databases/py-gdbm')
-rw-r--r--databases/py-gdbm/Makefile6
1 files changed, 3 insertions, 3 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