diff options
Diffstat (limited to 'www/p5-WWW-Google-News/Makefile')
-rw-r--r-- | www/p5-WWW-Google-News/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-WWW-Google-News/Makefile b/www/p5-WWW-Google-News/Makefile index 1dd4aee3438d..45b9fb9e418c 100644 --- a/www/p5-WWW-Google-News/Makefile +++ b/www/p5-WWW-Google-News/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Access to Google's News Service (Not Usenet) -BUILD_DEPENDS= p5-URI>=0:net/p5-URI \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-URI>=0:net/p5-URI \ p5-XML-Atom>=0:textproc/p5-XML-Atom \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |