diff options
author | Xin LI <delphij@FreeBSD.org> | 2014-11-02 19:41:43 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2014-11-02 19:41:43 +0000 |
commit | 218fffb5b01c1e07c302f9f3a6e4801a0731a9cf (patch) | |
tree | d63f191f17816d0cf5862f0a2e63a54d7e4325f1 /net/openldap24-server/Makefile | |
parent | dae35c20d93fd80d5ee01a7ef4850994603bcdbd (diff) | |
download | ports-218fffb5b01c1e07c302f9f3a6e4801a0731a9cf.tar.gz ports-218fffb5b01c1e07c302f9f3a6e4801a0731a9cf.zip |
- Make the example slapd.conf use mdb as examples.
- Remove BDB dependency from default build.
Notes
Notes:
svn path=/head/; revision=372085
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) |