diff options
author | obache <obache@pkgsrc.org> | 2011-08-07 10:01:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-07 10:01:09 +0000 |
commit | 2e1d97c24594f5f3d790153fa14eadce1f1adb4f (patch) | |
tree | c76d77805488a126ea2888a20a0f52a8ecc3553f | |
parent | ebdaf29210f41248fde20664cafdcb9520579ba0 (diff) | |
download | pkgsrc-2e1d97c24594f5f3d790153fa14eadce1f1adb4f.tar.gz |
As noted in Changes, require p5-Algorithm-Diff 1.19.
-rw-r--r-- | devel/p5-Array-Diff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Array-Diff/Makefile b/devel/p5-Array-Diff/Makefile index b8573d9f66a..60b782bcca8 100644 --- a/devel/p5-Array-Diff/Makefile +++ b/devel/p5-Array-Diff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/08/07 08:00:00 adam Exp $ +# $NetBSD: Makefile,v 1.5 2011/08/07 10:01:09 obache Exp $ DISTNAME= Array-Diff-0.07 PKGNAME= p5-${DISTNAME:S/05002/05.002/} @@ -10,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Array-Diff/ COMMENT= Perl 5 module to diff two arrays LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Algorithm-Diff>0:../../devel/p5-Algorithm-Diff +DEPENDS+= p5-Algorithm-Diff>1.19:../../devel/p5-Algorithm-Diff DEPENDS+= p5-Class-Accessor>0:../../devel/p5-Class-Accessor PKG_DESTDIR_SUPPORT= user-destdir |