diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-06-03 13:56:44 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-06-03 13:56:44 +0000 |
commit | e8587758f897567b1d1dfcaedc9a50ca80d6c5fd (patch) | |
tree | 0b23e2165752f60ac1c27d0a168747c0c08da0e3 /net-im/jabberd | |
parent | e240baf89981cf04812711874bdfd0eb1165ee53 (diff) | |
download | ports-e8587758f897567b1d1dfcaedc9a50ca80d6c5fd.tar.gz ports-e8587758f897567b1d1dfcaedc9a50ca80d6c5fd.zip |
Chase security/gsasl library update
Notes
Notes:
svn path=/head/; revision=298086
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 393fad432fbb..b83568afb11b 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabberd PORTVERSION= 2.2.16 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://cloud.github.com/downloads/Jabberd2/jabberd2/ DIST_SUBDIR= jabber @@ -176,7 +177,7 @@ CONFIGURE_ARGS+= --with-sasl=cyrus LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .else CONFIGURE_ARGS+= --with-sasl=gsasl -LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl .endif MAN8= c2s.8 jabberd.8 router.8 s2s.8 sm.8 |