diff options
Diffstat (limited to 'www/p5-Image-Delivery/Makefile')
-rw-r--r-- | www/p5-Image-Delivery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Image-Delivery/Makefile b/www/p5-Image-Delivery/Makefile index 9de0bb2459e1..f57e603feeab 100644 --- a/www/p5-Image-Delivery/Makefile +++ b/www/p5-Image-Delivery/Makefile @@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= coryking@mozimedia.com COMMENT= Efficient transformation and delivery of web images -BUILD_DEPENDS= p5-Test-ClassAPI>=1.04:devel/p5-Test-ClassAPI \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Test-ClassAPI>=1.04:devel/p5-Test-ClassAPI \ p5-Digest-TransformPath>=0.01:devel/p5-Digest-TransformPath \ p5-File-Remove>=0.34:devel/p5-File-Remove \ p5-File-Slurp>=9999.04:devel/p5-File-Slurp \ p5-HTML-Location>=1.00:www/p5-HTML-Location \ p5-Params-Coerce>=0.13:devel/p5-Params-Coerce -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |