diff options
Diffstat (limited to 'graphics/p5-Geo-GML')
-rw-r--r-- | graphics/p5-Geo-GML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Geo-GML/Makefile b/graphics/p5-Geo-GML/Makefile index 0eaa91f1351d..82a1d66fad58 100644 --- a/graphics/p5-Geo-GML/Makefile +++ b/graphics/p5-Geo-GML/Makefile @@ -13,10 +13,10 @@ COMMENT= Perl Module to Process Geography Markup Language LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Log-Report>=1.25:devel/p5-Log-Report \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Log-Report>=1.25:devel/p5-Log-Report \ p5-XML-Compile>=1.59:textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=1.05:textproc/p5-XML-Compile-Cache -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |