diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/p5-XML-Compile-SOAP-WSA/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'net/p5-XML-Compile-SOAP-WSA/Makefile')
-rw-r--r-- | net/p5-XML-Compile-SOAP-WSA/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-XML-Compile-SOAP-WSA/Makefile b/net/p5-XML-Compile-SOAP-WSA/Makefile index 199a4c87e5b9..15c006ba7044 100644 --- a/net/p5-XML-Compile-SOAP-WSA/Makefile +++ b/net/p5-XML-Compile-SOAP-WSA/Makefile @@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= papowell@astart.com COMMENT= SOAP message messages with WSA fields -BUILD_DEPENDS= p5-Net-Server>=0.97:${PORTSDIR}/net/p5-Net-Server \ - p5-libwww>=5.803:${PORTSDIR}/www/p5-libwww \ - p5-Log-Report>=0.22:${PORTSDIR}/devel/p5-Log-Report \ - p5-XML-Compile-SOAP>=2.10:${PORTSDIR}/net/p5-XML-Compile-SOAP \ - p5-XML-Compile>=1.01:${PORTSDIR}/textproc/p5-XML-Compile \ - p5-XML-Compile-Cache>=0.91:${PORTSDIR}/textproc/p5-XML-Compile-Cache +BUILD_DEPENDS= p5-Net-Server>=0.97:net/p5-Net-Server \ + p5-libwww>=5.803:www/p5-libwww \ + p5-Log-Report>=0.22:devel/p5-Log-Report \ + p5-XML-Compile-SOAP>=2.10:net/p5-XML-Compile-SOAP \ + p5-XML-Compile>=1.01:textproc/p5-XML-Compile \ + p5-XML-Compile-Cache>=0.91:textproc/p5-XML-Compile-Cache RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |