diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-17 11:54:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-17 11:54:08 +0000 |
commit | 6786c1e2360161a8797286091f6190b8183c5d37 (patch) | |
tree | d156e3329dc50530003576bd3a3dce471cb63860 | |
parent | 0934c966125a3c4c72f3db84916ffc21133f84bb (diff) | |
download | ports-6786c1e2360161a8797286091f6190b8183c5d37.tar.gz ports-6786c1e2360161a8797286091f6190b8183c5d37.zip |
- Fix dependendy
PR: 138884
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: maintainer
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241565
-rw-r--r-- | net-im/sendxmpp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile index a2a920e46d90..ff819f0f1f20 100644 --- a/net-im/sendxmpp/Makefile +++ b/net-im/sendxmpp/Makefile @@ -7,14 +7,15 @@ PORTNAME= sendxmpp PORTVERSION= 0.0.8 +PORTREVISION= 1 CATEGORIES= net-im perl5 MASTER_SITES= http://www.djcbsoftware.nl/code/sendxmpp/ MAINTAINER= mek@mek.uz.ua COMMENT= Perl-script to send xmpp (jabber) messages -BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \ + p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL PERL_CONFIGURE= yes |