diff options
author | ume <ume@FreeBSD.org> | 2012-12-10 23:10:02 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2012-12-10 23:10:02 +0800 |
commit | 886362b435efd5cd2fc5da47ff8c10cab261fa2d (patch) | |
tree | 1711a4de2edde9b0137e76902f860ab891c4f0ac /net/openldap23-server/Makefile | |
parent | 3770519c2e71753c34d5314e36371f7ec02835d5 (diff) | |
download | freebsd-ports-gnome-886362b435efd5cd2fc5da47ff8c10cab261fa2d.tar.gz freebsd-ports-gnome-886362b435efd5cd2fc5da47ff8c10cab261fa2d.tar.zst freebsd-ports-gnome-886362b435efd5cd2fc5da47ff8c10cab261fa2d.zip |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Diffstat (limited to 'net/openldap23-server/Makefile')
-rw-r--r-- | net/openldap23-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index ff155c039171..e9fb371abd8a 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= openldap DISTVERSION= 2.3.43 -PORTREVISION= 1 +PORTREVISION= 2 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -139,7 +139,7 @@ CONFIGURE_ARGS= --with-threads=posix \ --enable-dynamic .if defined(WITH_SASL) && !defined(WITHOUT_SASL) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --with-cyrus-sasl .else CONFIGURE_ARGS+= --without-cyrus-sasl |