diff options
author | az <az@FreeBSD.org> | 2012-06-07 16:50:24 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 16:50:24 +0800 |
commit | cc441e2a3d62068c679b23ad1212c96a5a26c411 (patch) | |
tree | e3cb6c52fa02a4865ccc2db4a53809334a25388f /net/p5-SOAP | |
parent | 8ae342abb4decceb8909da8e5efb2220c252ac3e (diff) | |
download | freebsd-ports-gnome-cc441e2a3d62068c679b23ad1212c96a5a26c411.tar.gz freebsd-ports-gnome-cc441e2a3d62068c679b23ad1212c96a5a26c411.tar.zst freebsd-ports-gnome-cc441e2a3d62068c679b23ad1212c96a5a26c411.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'net/p5-SOAP')
-rw-r--r-- | net/p5-SOAP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-SOAP/Makefile b/net/p5-SOAP/Makefile index 2aca2177236f..83856ac52882 100644 --- a/net/p5-SOAP/Makefile +++ b/net/p5-SOAP/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl modules providing an API to the Simple Object Access Protocol -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= p5-SOAP-Lite-[0-9]* |