diff options
-rw-r--r-- | databases/openldap/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/openldap/options.mk b/databases/openldap/options.mk index 43fc4df34b7..5c38a406ea9 100644 --- a/databases/openldap/options.mk +++ b/databases/openldap/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2005/01/12 03:37:54 xtraeme Exp $ +# $NetBSD: options.mk,v 1.11 2005/02/09 15:38:03 cube Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openldap PKG_SUPPORTED_OPTIONS= bdb dynamic kerberos sasl slp @@ -60,6 +60,8 @@ PKG_OPTIONS+= sasl CONFIGURE_ARGS+= --with-cyrus-sasl BUILDLINK_DEPENDS.cyrus-sasl+= cyrus-sasl>=2.1.15 . include "../../security/cyrus-sasl2/buildlink3.mk" +.else +CONFIGURE_ARGS+= --without-cyrus-sasl .endif ### |