diff options
author | swills <swills@FreeBSD.org> | 2012-01-06 01:44:43 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-06 01:44:43 +0800 |
commit | b68494efab243a42264e4a7031613f33f0007f4f (patch) | |
tree | b5f513153ddb03f8135b01f5d50009b1eba7812a /graphics/p5-Geo-KML | |
parent | 3fc091444822eb024521ea9dd0aafd5763d7a7c6 (diff) | |
download | freebsd-ports-gnome-b68494efab243a42264e4a7031613f33f0007f4f.tar.gz freebsd-ports-gnome-b68494efab243a42264e4a7031613f33f0007f4f.tar.zst freebsd-ports-gnome-b68494efab243a42264e4a7031613f33f0007f4f.zip |
- Remove unneeded DEPENDS
- Add missing BUILD_DEPENDS to allow testing
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 |