aboutsummaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-10 19:40:49 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-10 19:40:49 +0000
commit52e7d7572fdb7a2fe2bb07635cd9ce385a99544c (patch)
treec4ca527d11e3235e34252f0b224b255595e76433 /net/samba
parent5e6ab6aa2a25f3a82df352dac5e5419ea7259fed (diff)
downloadports-52e7d7572fdb7a2fe2bb07635cd9ce385a99544c.tar.gz
ports-52e7d7572fdb7a2fe2bb07635cd9ce385a99544c.zip
Fix ldap option
Submitted by: rolnas@takas.lt
Notes
Notes: svn path=/head/; revision=58878
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 0fb71045f588..8ab04faa7e53 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --with-msdfs
.if defined(WITH_LDAP)
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
-CONFIGURE_ARGS+=--with-ldapsam
+CONFIGURE_ARGS+= --with-ldapsam
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
.endif