diff options
author | obache <obache@pkgsrc.org> | 2012-09-09 09:13:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-09 09:13:00 +0000 |
commit | 82495f9b6aa9c745bd9f8fde2e3bfd49b5d688b3 (patch) | |
tree | 1c64074c8a82b712d15bf6c3ca219b28fe160973 | |
parent | dcf2b011d7c1d31b07c6db05ef7d048e5e380a3a (diff) | |
download | pkgsrc-82495f9b6aa9c745bd9f8fde2e3bfd49b5d688b3.tar.gz |
require List::MoreUtils 0.28.
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index 10a9d512f0f..53c10e71579 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/09/09 09:09:38 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/09 09:13:00 obache Exp $ # DISTNAME= List-AllUtils-0.03 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/List/AllUtils/.packlist -DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= p5-List-MoreUtils>=0.28:../../devel/p5-List-MoreUtils .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |