diff options
author | delphij <delphij@FreeBSD.org> | 2012-08-01 12:19:42 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2012-08-01 12:19:42 +0800 |
commit | 1ac60fdb3aeaccd735b4df8a366f59176528182e (patch) | |
tree | 61832fc287cda04c4a139a3c7b63a6404354c6d1 /net | |
parent | c36265256faf02405615808a1b800c8d169e10e8 (diff) | |
download | freebsd-ports-gnome-1ac60fdb3aeaccd735b4df8a366f59176528182e.tar.gz freebsd-ports-gnome-1ac60fdb3aeaccd735b4df8a366f59176528182e.tar.zst freebsd-ports-gnome-1ac60fdb3aeaccd735b4df8a366f59176528182e.zip |
DYNAMIC_BACKEND should be in the default.
Submitted by: sunpoet
Diffstat (limited to 'net')
-rw-r--r-- | net/openldap24-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 590aaf93079b..7bc9f4772a96 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -59,7 +59,7 @@ OPTIONS_DEFINE+= DEREF DYNGROUP DYNLIST MEMBEROF PPOLICY PROXYCACHE OPTIONS_DEFINE+= REFINT RETCODE RWM SEQMOD SSSVLV SYNCPROV TRANSLUCENT OPTIONS_DEFINE+= UNIQUE VALSORT SMBPWD DYNAMIC_BACKENDS -OPTIONS_DEFAULT= BDB TCP_WRAPPERS SEQMOD SYNCPROV +OPTIONS_DEFAULT= BDB TCP_WRAPPERS SEQMOD SYNCPROV DYNAMIC_BACKENDS DYNACL_DESC= Run-time loadable ACL (experimental) ACI_DESC= Per-object ACI (experimental) |