summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2015-09-11 18:01:02 +0000
committerbouyer <bouyer@pkgsrc.org>2015-09-11 18:01:02 +0000
commit296e36bf5abb71bbe5ed9f55170a801df9e1a4a4 (patch)
tree3fcedbf48fd82bdc642a048c2e520bc5f56976bb /geography
parent50b6bec6f7bb7e2b87cd2a92a1dad2304d4eed73 (diff)
downloadpkgsrc-296e36bf5abb71bbe5ed9f55170a801df9e1a4a4.tar.gz
Add a minimum version to dependancies, it seems that pbulk won't work
without it.
Diffstat (limited to 'geography')
-rw-r--r--geography/p5-Geo-Gpx/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/p5-Geo-Gpx/Makefile b/geography/p5-Geo-Gpx/Makefile
index 580379b685c..40458da03e5 100644
--- a/geography/p5-Geo-Gpx/Makefile
+++ b/geography/p5-Geo-Gpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2015/09/11 15:14:25 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2015/09/11 18:01:02 bouyer Exp $
#
DISTNAME= Geo-Gpx-0.26
@@ -15,9 +15,9 @@ PERL5_PACKLIST= auto/Geo/Gpx/.packlist
#PERL5_MODULE_TYPE= Module::Install::Bundled
MAKE_PARAMS+= --skipdeps
-DEPENDS+= p5-DateTime-Format-ISO8601:../../time/p5-DateTime-Format-ISO8601
-DEPENDS+= p5-HTML-Parser:../../www/p5-HTML-Parser
-DEPENDS+= p5-XML-Descent:../../textproc/p5-XML-Descent
+DEPENDS+= p5-DateTime-Format-ISO8601>=0.0800:../../time/p5-DateTime-Format-ISO8601
+DEPENDS+= p5-HTML-Parser>=3.71:../../www/p5-HTML-Parser
+DEPENDS+= p5-XML-Descent>=1.04:../../textproc/p5-XML-Descent
.include "../../lang/perl5/module.mk"