diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-12 07:23:23 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-12 07:23:23 +0000 |
commit | f402799e66982fda59794d4c402c795ffd73fe5b (patch) | |
tree | e3af706cc98d2c286dac8b25b0aded3b739bf972 /net/samba | |
parent | 9d90999bebab9fd46cbd8cae568158319b21b9d1 (diff) |
use USE_OPENLDAP
Submitted by: Meno Abels <meno.abels@adviser.com>
Notes
Notes:
svn path=/head/; revision=108983
Diffstat (limited to 'net/samba')
-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 f4a1dbe0024a..791555bfb7f8 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -111,7 +111,7 @@ CONFIGURE_ARGS+= --with-msdfs LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client +USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldapsam CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib |