pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-ack Adjusting dependencies



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afb8a6870ace
branches:  trunk
changeset: 569555:afb8a6870ace
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 16:41:50 2010 +0000

description:
Adjusting dependencies

diffstat:

 textproc/p5-ack/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r febde0ecfb5c -r afb8a6870ace textproc/p5-ack/Makefile
--- a/textproc/p5-ack/Makefile  Sat Jan 16 16:40:44 2010 +0000
+++ b/textproc/p5-ack/Makefile  Sat Jan 16 16:41:50 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/12/15 13:40:22 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/16 16:41:50 sno Exp $
 
 DISTNAME=      ack-1.92
 PKGNAME=       p5-${DISTNAME}
@@ -15,9 +15,9 @@
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/ack/.packlist
 
-DEPENDS+=      p5-File-Next-[0-9]*:../../devel/p5-File-Next
+DEPENDS+=      p5-File-Next>=0.4:../../devel/p5-File-Next
 DEPENDS+=      p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
-BUILD_DEPENDS+=        p5-Test-Harness>=2.5:../../devel/p5-Test-Harness
+BUILD_DEPENDS+=        {perl>=5.8.8,p5-Test-Harness>=2.5}:../../devel/p5-Test-Harness
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index