summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThomas Quinot <thomas@FreeBSD.org>2003-08-14 15:17:19 +0000
committerThomas Quinot <thomas@FreeBSD.org>2003-08-14 15:17:19 +0000
commitc96fcddee7c65a1a1c54908723110aced9b918b3 (patch)
tree5cebc6b4b5ad71929475b6c189fd1539cbe48423 /net
parent. Enable rogue. (diff)
Fix CONIGURE_ARGS in the WITH_LDAP case to look for openldap12 libraries
under ${LOCALBASE}/lib. Reviewed by: roberto
Notes
Notes: svn path=/head/; revision=86941
Diffstat (limited to 'net')
-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