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 /mail | |
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 'mail')
-rw-r--r-- | mail/p5-MailTools/Makefile | 6 | ||||
-rw-r--r-- | mail/xfmail/Makefile | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 9aa24af1633..ca808d0322d 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/12/01 17:23:41 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/15 09:26:22 agc Exp $ DISTNAME= MailTools-1.13 PKGNAME= p5-MailTools-1.13 @@ -7,8 +7,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= packages@netbsd.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/SMTP.pm:../../net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/Net/Domain.pm:../../net/p5-Net +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/SMTP.pm:../../net/p5-Net +BUILD_DEPENDS+= ${PREFIX}/lib/perl5/site_perl/Net/Domain.pm:../../net/p5-Net USE_PERL5= YES diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 35437938179..98b9d136029 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/11/23 16:26:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2000/02/15 09:26:22 agc Exp $ # DISTNAME= xfmail-1.3 @@ -8,9 +8,9 @@ MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ MAINTAINER= root@garbled.net HOMEPAGE= http://Burka.NetVision.net.il/xfmail/xfmail.html -DEPENDS+= gdbm-1.7.3:../../databases/gdbm \ - xpm-3.4k:../../graphics/xpm \ - xforms-0.88:../../x11/xforms +DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= xpm-3.4k:../../graphics/xpm +DEPENDS+= xforms-0.88:../../x11/xforms ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-sparc *-*-ns32k |