diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2009-02-06 07:24:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2009-02-06 07:24:05 +0000 |
commit | eb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8 (patch) | |
tree | f8e6b9cfc75e0c388fa3f41f8cd6c62d36259ee7 /net-im/jabberd/Makefile | |
parent | 2c0c9683099dd48ff2139916cf0580acaf46d716 (diff) |
Notes
Diffstat (limited to 'net-im/jabberd/Makefile')
-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 a5131eb663fa..7a5008ffb574 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabberd PORTVERSION= 2.2.5 +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.12:${PORTSDIR}/security/gsasl \ + gsasl.13:${PORTSDIR}/security/gsasl \ idn.16:${PORTSDIR}/dns/libidn \ udns.0:${PORTSDIR}/dns/udns |