diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-01-18 17:04:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-01-18 17:04:08 +0000 |
commit | bfdac7a749e9679cca0d05e858c6600104ce6d5e (patch) | |
tree | 20b633d9baff7d64aec8a6b8ef03ddc1b4e85ecf /net-im/jabber | |
parent | fdd06ffd548dee5f41c908af73b7775046147b92 (diff) | |
download | ports-bfdac7a749e9679cca0d05e858c6600104ce6d5e.tar.gz ports-bfdac7a749e9679cca0d05e858c6600104ce6d5e.zip |
Notes
Diffstat (limited to 'net-im/jabber')
-rw-r--r-- | net-im/jabber/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 74f3e91b9079..4dd4aa18c2cc 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.6.1.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-im ipv6 MASTER_SITES= http://download.jabberd.org/jabberd14/ \ @@ -22,7 +22,7 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ popt.0:${PORTSDIR}/devel/popt \ idn.16:${PORTSDIR}/dns/libidn \ expat.6:${PORTSDIR}/textproc/expat2 \ - tasn1.3:${PORTSDIR}/security/libtasn1 \ + tasn1.4:${PORTSDIR}/security/libtasn1 \ gnutls.26:${PORTSDIR}/security/gnutls OPTIONS= IPV6 "Enable IPv6 support" off \ |