diff options
Diffstat (limited to 'graphics/p5-Image-Grab/Makefile')
-rw-r--r-- | graphics/p5-Image-Grab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Image-Grab/Makefile b/graphics/p5-Image-Grab/Makefile index 8c9baf7cc333..3a3d8f697113 100644 --- a/graphics/p5-Image-Grab/Makefile +++ b/graphics/p5-Image-Grab/Makefile @@ -14,11 +14,11 @@ COMMENT= Perl extension for Grabbing images off the Internet LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-HTML-Tree>=0:www/p5-HTML-Tree \ p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |