diff options
Diffstat (limited to 'www/p5-LWP-Authen-Wsse/Makefile')
-rw-r--r-- | www/p5-LWP-Authen-Wsse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-LWP-Authen-Wsse/Makefile b/www/p5-LWP-Authen-Wsse/Makefile index de1ed7ba955d..72c6494da641 100644 --- a/www/p5-LWP-Authen-Wsse/Makefile +++ b/www/p5-LWP-Authen-Wsse/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Library for enabling X-WSSE authentication in LWP -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |