pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-DNS Set the required version of perl using ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/683d9efc5e8d
branches:  trunk
changeset: 467023:683d9efc5e8d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jan 25 16:56:27 2004 +0000

description:
Set the required version of perl using PERL5_REQD instead of directly
setting BUILDLINK_DEPENDS.perl.

diffstat:

 net/p5-Net-DNS/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5c589887c521 -r 683d9efc5e8d net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile   Sun Jan 25 16:52:53 2004 +0000
+++ b/net/p5-Net-DNS/Makefile   Sun Jan 25 16:56:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/18 22:36:52 heinz Exp $
+# $NetBSD: Makefile,v 1.18 2004/01/25 16:56:27 jlam Exp $
 #
 
 DISTNAME=              Net-DNS-0.45
@@ -19,8 +19,8 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-BUILDLINK_DEPENDS.perl=        perl>=5.6.0
 USE_BUILDLINK3=                YES
+PERL5_REQD=            5.6.0
 MAKE_PARAMS=           --online-tests
 
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Net/DNS/.packlist



Home | Main Index | Thread Index | Old Index