summaryrefslogtreecommitdiff
path: root/net/ja-samba/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/ja-samba/options.mk')
-rw-r--r--net/ja-samba/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ja-samba/options.mk b/net/ja-samba/options.mk
index 518cf3d4879..22edae57e9c 100644
--- a/net/ja-samba/options.mk
+++ b/net/ja-samba/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2005/12/05 23:55:14 rillig Exp $
+# $NetBSD: options.mk,v 1.6 2006/05/31 18:22:24 ghen Exp $
# Global and legacy options
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --disable-cups
### Support LDAP password and account databases.
###
.if !empty(PKG_OPTIONS:Mldap-compat)
-. include "../../databases/openldap/buildlink3.mk"
+. include "../../databases/openldap-client/buildlink3.mk"
CONFIGURE_ARGS+= --with-ldapsam
PLIST_SUBST+= SAMBA_LDAP=""
.else