summaryrefslogtreecommitdiff
path: root/net/ja-samba
diff options
context:
space:
mode:
authorcube <cube>2004-04-21 21:09:31 +0000
committercube <cube>2004-04-21 21:09:31 +0000
commit51cbe65d4609ffb19351e1caf2f8be0def4fadc1 (patch)
treefc2c1dd3e4c87b5b0db0fb1e10cf3ab400c0d2e6 /net/ja-samba
parent0eaf8f6485191840c875246cdd6e0519d278c0f2 (diff)
downloadpkgsrc-51cbe65d4609ffb19351e1caf2f8be0def4fadc1.tar.gz
Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAP
instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
Diffstat (limited to 'net/ja-samba')
-rw-r--r--net/ja-samba/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ja-samba/Makefile b/net/ja-samba/Makefile
index 552a7a466b9..5f1f195aca4 100644
--- a/net/ja-samba/Makefile
+++ b/net/ja-samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/03/26 02:27:48 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2004/04/21 21:09:32 cube Exp $
.include "Makefile.common"
@@ -42,9 +42,9 @@ BUILD_DEFS+= USE_PAM
CONFIGURE_ARGS+= --with-pam
.endif
-.if defined(SAMBA_USE_LDAP) && ${SAMBA_USE_LDAP} == "YES"
+.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == "YES"
. include "../../databases/openldap/buildlink2.mk"
-BUILD_DEFS+= SAMBA_USE_LDAP
+BUILD_DEFS+= USE_OPENLDAP
CONFIGURE_ARGS+= --with-ldapsam
PLIST_SUBST+= SAMBA_LDAP=""
.else