aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-05-11 03:40:49 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-05-11 03:40:49 +0800
commit17ede06ab63026da82c031f2b1f9421a21e0ecd4 (patch)
tree17f50fe63fd727d729d866d957b4b0ce31499e62 /net
parentef69a0816986e5f8d42868815a7d9496130b5bfa (diff)
downloadfreebsd-ports-gnome-17ede06ab63026da82c031f2b1f9421a21e0ecd4.tar.gz
freebsd-ports-gnome-17ede06ab63026da82c031f2b1f9421a21e0ecd4.tar.zst
freebsd-ports-gnome-17ede06ab63026da82c031f2b1f9421a21e0ecd4.zip
Fix ldap option
Submitted by: rolnas@takas.lt
Diffstat (limited to 'net')
-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