pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/spamassassin Move the perl dependency a little hi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c0d3994b6e3
branches:  trunk
changeset: 461288:2c0d3994b6e3
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Sep 13 17:17:09 2003 +0000

description:
Move the perl dependency a little higher to be with all of the other
dependencies.

diffstat:

 mail/spamassassin/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 490925cbd5f0 -r 2c0d3994b6e3 mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile        Sat Sep 13 17:07:47 2003 +0000
+++ b/mail/spamassassin/Makefile        Sat Sep 13 17:17:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/09/13 15:21:27 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2003/09/13 17:17:09 jlam Exp $
 
 DISTNAME=      Mail-SpamAssassin-2.55
 PKGNAME=       spamassassin-2.55
@@ -16,6 +16,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+BUILDLINK_DEPENDS.perl=        perl>=5.6.0
+
 DEPENDS+=      p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
 DEPENDS+=      p5-HTML-Parser>=3.0:../../www/p5-HTML-Parser
 DEPENDS+=      p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
@@ -33,7 +35,6 @@
 .endif
 BUILD_DEFS+=           SPAMASSASSIN_USE_SSL
 
-BUILDLINK_DEPENDS.perl=        perl>=5.6.0
 USE_BUILDLINK2=                YES
 USE_PKGINSTALL=                YES
 PKG_SYSCONFSUBDIR=     spamassassin



Home | Main Index | Thread Index | Old Index