summaryrefslogtreecommitdiff
path: root/mail/p5-MailTools
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 /mail/p5-MailTools
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 'mail/p5-MailTools')
-rw-r--r--mail/p5-MailTools/Makefile6
1 files changed, 3 insertions, 3 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