diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-09-05 13:57:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-09-05 13:57:27 +0000 |
commit | b0cd481e69b89f0534088628bdee5da69e89d8a9 (patch) | |
tree | 8b313de4c676d3041231af3c6bdeaa606771590b /net-im/jabberd | |
parent | 01f34445a958dca0595ac39c1d89d96e63e5474f (diff) | |
download | ports-b0cd481e69b89f0534088628bdee5da69e89d8a9.tar.gz ports-b0cd481e69b89f0534088628bdee5da69e89d8a9.zip |
Notes
Diffstat (limited to 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 4 |
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 |