diff options
Diffstat (limited to 'net/samba/options.mk')
-rw-r--r-- | net/samba/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk index 954d3d25cd3..0ec883d6132 100644 --- a/net/samba/options.mk +++ b/net/samba/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.15 2006/04/20 11:44:07 grant Exp $ +# $NetBSD: options.mk,v 1.16 2006/05/31 18:22:25 ghen Exp $ # Recommended package options for various setups: # @@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --with-ldapsam ### Support LDAP authentication and storage of Samba account information. ### .if !empty(PKG_OPTIONS:Mldap) -. include "../../databases/openldap/buildlink3.mk" +. include "../../databases/openldap-client/buildlink3.mk" CONFIGURE_ARGS+= --with-ldap .else CONFIGURE_ARGS+= --without-ldap |