aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/proxy-suite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile
index efcc9b9ede2f..b5a97571d3dc 100644
--- a/net/proxy-suite/Makefile
+++ b/net/proxy-suite/Makefile
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --enable-rfc1579
# OPTIONAL: include ldap-support - currently ldap.2 needs minor fixes...
#
.if defined(WITH_LDAP)
-CONFIGURE_ARGS+= --with-libldap
+CONFIGURE_ARGS+= --with-libldap=${LOCALBASE}/lib
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
.else
CONFIGURE_ARGS+= --without-libldap