diff options
Diffstat (limited to 'www/p5-WebService-Google-Sets/Makefile')
-rw-r--r-- | www/p5-WebService-Google-Sets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-WebService-Google-Sets/Makefile b/www/p5-WebService-Google-Sets/Makefile index a38af200ffdb..d619b4a854b8 100644 --- a/www/p5-WebService-Google-Sets/Makefile +++ b/www/p5-WebService-Google-Sets/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl access to Google Labs Sets site -BUILD_DEPENDS= p5-libwww>0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-libwww>0:www/p5-libwww USES= perl5 USE_PERL5= configure |