summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 10:01:36 +0000
committerdillo <dillo>2005-05-31 10:01:36 +0000
commit3d75323aa5391188ab027b2688faacf8286ace0c (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /databases/openldap
parent12f654f60a47071640b457d59c5edb54b8757615 (diff)
downloadpkgsrc-3d75323aa5391188ab027b2688faacf8286ace0c.tar.gz
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap/options.mk b/databases/openldap/options.mk
index 5c38a406ea9..4e3974e1408 100644
--- a/databases/openldap/options.mk
+++ b/databases/openldap/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.11 2005/02/09 15:38:03 cube Exp $
+# $NetBSD: options.mk,v 1.12 2005/05/31 10:01:36 dillo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap
PKG_SUPPORTED_OPTIONS= bdb dynamic kerberos sasl slp
-PKG_DEFAULT_OPTIONS+= bdb
+PKG_SUGGESTED_OPTIONS= bdb
.include "../../mk/bsd.options.mk"