diff options
Diffstat (limited to 'graphics/p5-Geo-KML')
-rw-r--r-- | graphics/p5-Geo-KML/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/p5-Geo-KML/Makefile b/graphics/p5-Geo-KML/Makefile index 0db2318ba78f..1279075a17dd 100644 --- a/graphics/p5-Geo-KML/Makefile +++ b/graphics/p5-Geo-KML/Makefile @@ -14,13 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Module to Create Google Earth KML/KMZ -RUN_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip \ +BUILD_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-Data-Peek>=0.32:${PORTSDIR}/devel/p5-Data-Peek \ p5-Log-Report>=0.28:${PORTSDIR}/devel/p5-Log-Report \ - p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ p5-XML-Compile>=1.18:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=0.97:${PORTSDIR}/textproc/p5-XML-Compile-Cache +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Geo::KML.3 Geo::KML::Util.3 |