diff options
author | thomas <thomas@FreeBSD.org> | 2003-08-14 23:17:19 +0800 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2003-08-14 23:17:19 +0800 |
commit | 68ff42cfcb214a7fe730fcb0001e52dbe4eb46fb (patch) | |
tree | 158369ceb41dbeb7a35795d5204bbde6f3f812fd /net | |
parent | b72479910fa320d138a253cc3719f4a47d7bd828 (diff) | |
download | freebsd-ports-gnome-68ff42cfcb214a7fe730fcb0001e52dbe4eb46fb.tar.gz freebsd-ports-gnome-68ff42cfcb214a7fe730fcb0001e52dbe4eb46fb.tar.zst freebsd-ports-gnome-68ff42cfcb214a7fe730fcb0001e52dbe4eb46fb.zip |
Fix CONIGURE_ARGS in the WITH_LDAP case to look for openldap12 libraries
under ${LOCALBASE}/lib.
Reviewed by: roberto
Diffstat (limited to 'net')
-rw-r--r-- | net/proxy-suite/Makefile | 2 |
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 |