summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-01-12 03:37:54 +0000
committerxtraeme <xtraeme>2005-01-12 03:37:54 +0000
commitb7e344066208910dc7adb978e0c17594db188b19 (patch)
treec5a6f613253b341d6e1fb0f7777bc43247946a17 /databases
parent80a02c14a6ae7b9d8381324cc2cb8093cff285a9 (diff)
downloadpkgsrc-b7e344066208910dc7adb978e0c17594db188b19.tar.gz
Be a bit more descriptive about why the bdb option is enabled by
default, suggested by jlam@.
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap/options.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/openldap/options.mk b/databases/openldap/options.mk
index 51fb3580ccd..43fc4df34b7 100644
--- a/databases/openldap/options.mk
+++ b/databases/openldap/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2005/01/12 01:50:15 xtraeme Exp $
+# $NetBSD: options.mk,v 1.10 2005/01/12 03:37:54 xtraeme Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap
PKG_SUPPORTED_OPTIONS= bdb dynamic kerberos sasl slp
@@ -8,7 +8,11 @@ PKG_DEFAULT_OPTIONS+= bdb
###
### Whether to build with the Berkeley DB based slapd backends.
+###
+### NOTE: that option is enabled, because the openldap server needs
+### to have local storage support to work as standalone.
###
+
.if !empty(PKG_OPTIONS:Mbdb)
BDB_ACCEPTED= db4 # db3?
. include "../../mk/bdb.buildlink3.mk"