diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
commit | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (patch) | |
tree | f9633c66411174d9396ea7041d10cec418d2b777 /net/p5-XML-RPC | |
parent | 7c228e4748d93ea5aaea790deb37da1914d3be1d (diff) |
Notes
Diffstat (limited to 'net/p5-XML-RPC')
-rw-r--r-- | net/p5-XML-RPC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-XML-RPC/Makefile b/net/p5-XML-RPC/Makefile index 94e29d0f9980..c3e2e3a26b7a 100644 --- a/net/p5-XML-RPC/Makefile +++ b/net/p5-XML-RPC/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= catone@cpan.org COMMENT= Pure Perl implementation for an XML-RPC client and server -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/XML/TreePP.pm:${PORTSDIR}/textproc/p5-XML-TreePP +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |