diff options
author | johans <johans@FreeBSD.org> | 2012-06-03 21:56:44 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-03 21:56:44 +0800 |
commit | 2c4c8c6f01cd6000acf80000c9a71b72384b1918 (patch) | |
tree | 107827180804013002a7304e5bb1d740362ca5bf /net-im | |
parent | ba379cfbf1e7c767c42a8dc74d7ffd119b6e91c1 (diff) | |
download | freebsd-ports-gnome-2c4c8c6f01cd6000acf80000c9a71b72384b1918.tar.gz freebsd-ports-gnome-2c4c8c6f01cd6000acf80000c9a71b72384b1918.tar.zst freebsd-ports-gnome-2c4c8c6f01cd6000acf80000c9a71b72384b1918.zip |
Chase security/gsasl library update
Diffstat (limited to 'net-im')
-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 |