diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 20:38:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 20:38:21 +0000 |
commit | b5c0cb5ee56a0dc50824c21f7eb018cef98d94ea (patch) | |
tree | 80fad173f73af29a34d5057373234e6f4f0b2bec /net-im/p5-Net-XMPP | |
parent | c24047404aad0d39bd2cb7abd9fa6de5688d9085 (diff) | |
download | ports-b5c0cb5ee56a0dc50824c21f7eb018cef98d94ea.tar.gz ports-b5c0cb5ee56a0dc50824c21f7eb018cef98d94ea.zip |
- Fix dependnecy
PR: 138883
Submitted by: Vivek Khera <vivek@khera.org>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241773
Diffstat (limited to 'net-im/p5-Net-XMPP')
-rw-r--r-- | net-im/p5-Net-XMPP/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/p5-Net-XMPP/Makefile b/net-im/p5-Net-XMPP/Makefile index 5ea0ba1b947d..328776ad9f94 100644 --- a/net-im/p5-Net-XMPP/Makefile +++ b/net-im/p5-Net-XMPP/Makefile @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol -BUILD_DEPENDS= p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \ +BUILD_DEPENDS+= p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \ + p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1 +RUN_DEPENDS+= p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \ p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1 -RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= 5.8.0+ # Require perl 5.8.x due to XML::Stream PERL_MODBUILD= yes |