diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2008-08-26 20:28:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2008-08-26 20:28:09 +0000 |
commit | 28dd1cf220311bbedd1642751a7b36daca733d61 (patch) | |
tree | 9c326e370103232dad46dedbd37633928d29e193 /net-im/jabberd | |
parent | df60069c822fa23ebec2404ec86cae364ff83429 (diff) | |
download | ports-28dd1cf220311bbedd1642751a7b36daca733d61.tar.gz ports-28dd1cf220311bbedd1642751a7b36daca733d61.zip |
Notes
Diffstat (limited to 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index c82008f7392d..536f42531c43 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabberd PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/ DIST_SUBDIR= jabber @@ -15,7 +16,7 @@ MAINTAINER= mm@FreeBSD.org COMMENT= Online presence and instant messaging server LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - gsasl.11:${PORTSDIR}/security/gsasl \ + gsasl.12:${PORTSDIR}/security/gsasl \ idn.16:${PORTSDIR}/dns/libidn \ udns.0:${PORTSDIR}/dns/udns |