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 | d2eab3537d020af37ba4fdfb0cb2441408fa6eb4 (patch) | |
tree | c76d77805488a126ea2888a20a0f52a8ecc3553f /devel | |
parent | 5882cc9a5d89c7cab00e287936b075f46762bd10 (diff) | |
download | pkgsrc-d2eab3537d020af37ba4fdfb0cb2441408fa6eb4.tar.gz |
As noted in Changes, require p5-Algorithm-Diff 1.19.
Diffstat (limited to 'devel')
-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 |