pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/spamassassin Use PERL5_REQD to set the required v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98b9aa0fcc52
branches:  trunk
changeset: 467024:98b9aa0fcc52
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jan 25 16:57:48 2004 +0000

description:
Use PERL5_REQD to set the required version of perl instead of directly
setting BUILDLINK_DEPENDS.perl.

diffstat:

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

diffs (18 lines):

diff -r 683d9efc5e8d -r 98b9aa0fcc52 mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile        Sun Jan 25 16:56:27 2004 +0000
+++ b/mail/spamassassin/Makefile        Sun Jan 25 16:57:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/01/21 22:19:30 heinz Exp $
+# $NetBSD: Makefile,v 1.40 2004/01/25 16:57:48 jlam Exp $
 
 DISTNAME=      Mail-SpamAssassin-${PKGVERSION}
 PKGNAME=       spamassassin-2.63
@@ -19,7 +19,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-BUILDLINK_DEPENDS.perl=        perl>=5.6.0  # MakeMaker >= 5.45 needed
+PERL5_REQD=    5.60    # MakeMaker >= 5.45 needed
 
 DEPENDS+=      p5-Net-DNS>=0.29:../../net/p5-Net-DNS
 DEPENDS+=      p5-HTML-Parser>=3.29:../../www/p5-HTML-Parser



Home | Main Index | Thread Index | Old Index