diff options
Diffstat (limited to 'www/p5-LWP-Protocol-socks/Makefile')
-rw-r--r-- | www/p5-LWP-Protocol-socks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-LWP-Protocol-socks/Makefile b/www/p5-LWP-Protocol-socks/Makefile index f1d4498ee511..04ed8d80e745 100644 --- a/www/p5-LWP-Protocol-socks/Makefile +++ b/www/p5-LWP-Protocol-socks/Makefile @@ -10,11 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Adds support for the socks protocol and proxy facility in LWP -BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-IO-Socket-Socks>=0:net/p5-IO-Socket-Socks \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |