diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-10 19:40:49 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-10 19:40:49 +0000 |
commit | 52e7d7572fdb7a2fe2bb07635cd9ce385a99544c (patch) | |
tree | c4ca527d11e3235e34252f0b224b255595e76433 /net | |
parent | 5e6ab6aa2a25f3a82df352dac5e5419ea7259fed (diff) | |
download | freebsd-ports-52e7d7572fdb7a2fe2bb07635cd9ce385a99544c.zip |
Fix ldap option
Submitted by: rolnas@takas.lt
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 2 |
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 |