diff options
Diffstat (limited to 'www/p5-SOAP-Transport-HTTP-Plack/Makefile')
-rw-r--r-- | www/p5-SOAP-Transport-HTTP-Plack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-SOAP-Transport-HTTP-Plack/Makefile b/www/p5-SOAP-Transport-HTTP-Plack/Makefile index 74159a1dabd9..a3e0464505ab 100644 --- a/www/p5-SOAP-Transport-HTTP-Plack/Makefile +++ b/www/p5-SOAP-Transport-HTTP-Plack/Makefile @@ -11,8 +11,8 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension SOAP::Lite transport for Plack RUN_DEPENDS= \ - p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \ - p5-XMLRPC-Lite>0:${PORTSDIR}/net/p5-XMLRPC-Lite + p5-SOAP-Lite>0:net/p5-SOAP-Lite \ + p5-XMLRPC-Lite>0:net/p5-XMLRPC-Lite BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 |