diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 22:55:43 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 22:55:43 +0800 |
commit | e15628ebf6a1fcfc276cffc40a3201aacba9138a (patch) | |
tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /net-im | |
parent | 68414c534d086cc747fcd0f7b6f77d79a7b9a560 (diff) | |
download | freebsd-ports-gnome-e15628ebf6a1fcfc276cffc40a3201aacba9138a.tar.gz freebsd-ports-gnome-e15628ebf6a1fcfc276cffc40a3201aacba9138a.tar.zst freebsd-ports-gnome-e15628ebf6a1fcfc276cffc40a3201aacba9138a.zip |
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/p5-SOAP-Transport-JABBER/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/p5-SOAP-Transport-JABBER/Makefile b/net-im/p5-SOAP-Transport-JABBER/Makefile index 73dc2e66081c..80cd24574810 100644 --- a/net-im/p5-SOAP-Transport-JABBER/Makefile +++ b/net-im/p5-SOAP-Transport-JABBER/Makefile @@ -16,8 +16,7 @@ COMMENT= A Jabber-based transport backend for SOAP::Lite BUILD_DEPENDS= p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \ p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite -RUN_DEPENDS= p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \ - p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 |