summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-09-04 11:50:36 +0000
committersno <sno@pkgsrc.org>2010-09-04 11:50:36 +0000
commitb94c2768a2834a243b03025eb86cfb571975f111 (patch)
treef5c1249bff900a396a7446b2690931d447dbd4e7
parent4628d880293beafb32ef076f22544f9d080cd944 (diff)
downloadpkgsrc-b94c2768a2834a243b03025eb86cfb571975f111.tar.gz
Adjusting dependency to Locale::Maketext::Simple to use the core module,
when available. Bump PKG_REVISON
-rw-r--r--devel/p5-App-CLI/Makefile6
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"