diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-01-11 01:48:21 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-01-11 01:48:21 +0000 |
commit | f7f5c0516187940c19024360c22cf1b9bea1a553 (patch) | |
tree | 236d4958eace6838067ea5ecee98ccbf279fead8 /graphics/p5-Geo-Gpx | |
parent | 644c4b0bc3ef56c4b2280c44b57336b523e0af74 (diff) | |
download | ports-f7f5c0516187940c19024360c22cf1b9bea1a553.tar.gz ports-f7f5c0516187940c19024360c22cf1b9bea1a553.zip |
Notes
Diffstat (limited to 'graphics/p5-Geo-Gpx')
-rw-r--r-- | graphics/p5-Geo-Gpx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/p5-Geo-Gpx/Makefile b/graphics/p5-Geo-Gpx/Makefile index b0e78a697fce..24142acf5caf 100644 --- a/graphics/p5-Geo-Gpx/Makefile +++ b/graphics/p5-Geo-Gpx/Makefile @@ -7,7 +7,7 @@ PORTNAME= Geo-Gpx PORTVERSION= 0.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,8 +20,9 @@ BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-version>=0:${PORTSDIR}/devel/p5-version \ p5-ExtUtils-MakeMaker-Coverage>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-Coverage \ p5-Time-Local>=0:${PORTSDIR}/devel/p5-Time-Local \ - p5-XML-Descent>=0:${PORTSDIR}/textproc/p5-XML-Descent -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-XML-Descent>=0:${PORTSDIR}/textproc/p5-XML-Descent \ + p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Geo::Gpx.3 |