diff options
Diffstat (limited to 'www/p5-WebService-Google-Reader/Makefile')
-rw-r--r-- | www/p5-WebService-Google-Reader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-WebService-Google-Reader/Makefile b/www/p5-WebService-Google-Reader/Makefile index 9ebf06040dd9..59aeae470445 100644 --- a/www/p5-WebService-Google-Reader/Makefile +++ b/www/p5-WebService-Google-Reader/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl interface to Google Reader LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON-XS>=2:converters/p5-JSON-XS \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON-XS>=2:converters/p5-JSON-XS \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=6.02:www/p5-libwww \ p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \ @@ -24,7 +25,6 @@ BUILD_DEPENDS= p5-JSON-XS>=2:converters/p5-JSON-XS \ p5-JSON>=2:converters/p5-JSON \ p5-XML-Atom>0:textproc/p5-XML-Atom \ p5-XML-LibXML>0:textproc/p5-XML-LibXML -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |