diff options
Diffstat (limited to 'astro/p5-Weather-Underground/Makefile')
-rw-r--r-- | astro/p5-Weather-Underground/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/p5-Weather-Underground/Makefile b/astro/p5-Weather-Underground/Makefile index 2dad9872db31..2ce5406d06a3 100644 --- a/astro/p5-Weather-Underground/Makefile +++ b/astro/p5-Weather-Underground/Makefile @@ -14,9 +14,9 @@ COMMENT= Retrieve weather information from wunderground.com 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-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 |