svn commit: r399560 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:07:59 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:07:58 2015
New Revision: 399560
URL: https://svnweb.freebsd.org/changeset/ports/399560

Log:
  - Use USES=localbase

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Sat Oct 17 18:07:53 2015	(r399559)
+++ head/ftp/curl/Makefile	Sat Oct 17 18:07:58 2015	(r399560)
@@ -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


More information about the svn-ports-all mailing list