summaryrefslogtreecommitdiff
path: root/net/kdenetwork
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 /net/kdenetwork
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 'net/kdenetwork')
-rw-r--r--net/kdenetwork/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index 9416ddcb4bb..8c4e32ca726 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 1999/12/06 20:44:58 bouyer Exp $
+# $NetBSD: Makefile,v 1.38 2000/02/15 09:26:23 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -11,10 +11,10 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.kde.org/
-DEPENDS= gdbm-1.7.3:../../databases/gdbm \
- uulib-0.5.13:../../converters/uulib \
- kdesupport-1.1.2:../../converters/kdesupport \
- kdebase-1.1.2:../../x11/kdebase
+DEPENDS= gdbm-1.7.3:../../databases/gdbm
+DEPENDS+= uulib-0.5.13:../../converters/uulib
+DEPENDS+= kdesupport-1.1.2:../../converters/kdesupport
+DEPENDS+= kdebase-1.1.2:../../x11/kdebase
NOT_FOR_PLATFORM= *-*-alpha # LP64/ELF problems