diff options
author | sno <sno@pkgsrc.org> | 2010-09-04 11:50:36 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-04 11:50:36 +0000 |
commit | b94c2768a2834a243b03025eb86cfb571975f111 (patch) | |
tree | f5c1249bff900a396a7446b2690931d447dbd4e7 /devel | |
parent | 4628d880293beafb32ef076f22544f9d080cd944 (diff) | |
download | pkgsrc-b94c2768a2834a243b03025eb86cfb571975f111.tar.gz |
Adjusting dependency to Locale::Maketext::Simple to use the core module,
when available.
Bump PKG_REVISON
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-App-CLI/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-App-CLI/Makefile b/devel/p5-App-CLI/Makefile index 13573d1b823..14547aaea3e 100644 --- a/devel/p5-App-CLI/Makefile +++ b/devel/p5-App-CLI/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2010/08/21 16:33:10 seb Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/04 11:50:36 sno Exp $ # DISTNAME= App-CLI-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} @@ -19,7 +19,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/App/CLI/.packlist #IC5.8.8DEPENDS+= p5-Getopt-Long>=2.35:../../devel/p5-Getopt-Long -DEPENDS+= p5-Locale-Maketext-Simple>=0.16:../../misc/p5-Locale-Maketext-Simple +DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext-Simple>=0.16}:../../misc/p5-Locale-Maketext-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |