summaryrefslogtreecommitdiff
path: root/geography/p5-Geo-Gpx
diff options
context:
space:
mode:
authorbouyer <bouyer>2015-09-11 18:01:02 +0000
committerbouyer <bouyer>2015-09-11 18:01:02 +0000
commit427d8985e2d257562409593487e1a7661bfc418c (patch)
tree3fcedbf48fd82bdc642a048c2e520bc5f56976bb /geography/p5-Geo-Gpx
parentc9afd23df61350589ead8747c7b2240b38941b36 (diff)
downloadpkgsrc-427d8985e2d257562409593487e1a7661bfc418c.tar.gz
Add a minimum version to dependancies, it seems that pbulk won't work
without it.
Diffstat (limited to 'geography/p5-Geo-Gpx')
-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"