diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-17 18:07:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-17 18:07:58 +0000 |
commit | 96bdaa30eefe27d63e037273f16561bc4a03a584 (patch) | |
tree | 9ee86c65465e3c8fe882c64ed881f71462b5268c /ftp/curl | |
parent | e55feec6467cac21c0a3d08c9426b14b3dfc947c (diff) |
Notes
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 2970d6476ff8..dc7bd212d7e0 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -119,9 +119,8 @@ IPV6_CONFIGURE_OFF= --disable-ipv6 IPV6_CONFIGURE_ON= --enable-ipv6 LDAP_CONFIGURE_OFF= --disable-ldap LDAP_CONFIGURE_ON= --enable-ldap -LDAP_CPPFLAGS= -I${LOCALBASE}/include -LDAP_LDFLAGS= -L${LOCALBASE}/lib LDAP_USE= OPENLDAP=yes +LDAP_USES= localbase LDAPS_CONFIGURE_OFF= --disable-ldaps LDAPS_CONFIGURE_ON= --enable-ldaps LIBSSH2_CONFIGURE_OFF= --without-libssh2 |