diff options
Diffstat (limited to 'net/samba-tng/Makefile')
-rw-r--r-- | net/samba-tng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba-tng/Makefile b/net/samba-tng/Makefile index ee6b8aa0394b..a789351eddda 100644 --- a/net/samba-tng/Makefile +++ b/net/samba-tng/Makefile @@ -69,7 +69,7 @@ CONFIGURE_ARGS+= --with-msdfs .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 CONFIGURE_ARGS+= --with-ldapsam CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib |