aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2007-09-05 21:57:27 +0800
committerkrion <krion@FreeBSD.org>2007-09-05 21:57:27 +0800
commit1d12961e5e519dbab509d8ca8fe0dae85496e8b2 (patch)
tree6dad553cf03ebfd5c2ea5c0e8f7261cbc2b069f4 /net-im
parent3df97339b37d2919e391a37ec08e7c9b965ab5aa (diff)
downloadfreebsd-ports-gnome-1d12961e5e519dbab509d8ca8fe0dae85496e8b2.tar.gz
freebsd-ports-gnome-1d12961e5e519dbab509d8ca8fe0dae85496e8b2.tar.zst
freebsd-ports-gnome-1d12961e5e519dbab509d8ca8fe0dae85496e8b2.zip
Chase libver after security/gsasl update.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jabberd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index f501be9dd516..4414a3db612e 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/jabberd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jabberd
PORTVERSION= 2.1.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/
DIST_SUBDIR= jabber
@@ -157,7 +157,7 @@ IGNORE= cannot be compiled with both, gsasl and cyrus-sasl. Please (re)run 'make
IGNORE= is useless without a sasl library. Please (re)run 'make config' and choose either GSASL or CYRUS_SASL
.elif defined(WITH_GSASL)
CONFIGURE_ARGS+= --enable-sasl=gsasl
-LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.11:${PORTSDIR}/security/gsasl
.elif defined(WITH_CYRUS_SASL)
CONFIGURE_ARGS+= --enable-sasl=cyrus
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2