diff options
author | delphij <delphij@FreeBSD.org> | 2014-11-03 03:41:43 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2014-11-03 03:41:43 +0800 |
commit | eaac974dfb471f8653eda7827b8b6f32d5932792 (patch) | |
tree | d63f191f17816d0cf5862f0a2e63a54d7e4325f1 /net/openldap24-server/Makefile | |
parent | ef08a2b681c0557447ecbfee73352014a8c0e264 (diff) | |
download | freebsd-ports-gnome-eaac974dfb471f8653eda7827b8b6f32d5932792.tar.gz freebsd-ports-gnome-eaac974dfb471f8653eda7827b8b6f32d5932792.tar.zst freebsd-ports-gnome-eaac974dfb471f8653eda7827b8b6f32d5932792.zip |
- Make the example slapd.conf use mdb as examples.
- Remove BDB dependency from default build.
Diffstat (limited to 'net/openldap24-server/Makefile')
-rw-r--r-- | net/openldap24-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 7b7b651af4ca..8dc00d977748 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -59,7 +59,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 0 +PORTREVISION_SERVER= 1 OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_SHLIB_MINOR= 10.3 OPENLDAP_MAJOR= ${DISTVERSION:R} @@ -77,7 +77,7 @@ OPTIONS_DEFINE+= DEREF DYNGROUP DYNLIST MEMBEROF PPOLICY PROXYCACHE OPTIONS_DEFINE+= REFINT RETCODE RWM SEQMOD SSSVLV SYNCPROV TRANSLUCENT OPTIONS_DEFINE+= UNIQUE VALSORT SMBPWD SHA2 DYNAMIC_BACKENDS SASL -OPTIONS_DEFAULT= BDB MDB SYNCPROV DYNAMIC_BACKENDS +OPTIONS_DEFAULT= MDB SYNCPROV DYNAMIC_BACKENDS DYNACL_DESC= Run-time loadable ACL (experimental) ACI_DESC= Per-object ACI (experimental) |