svn commit: r390229 - head/net/nss_ldap

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 13:56:51 UTC 2015


Author: bapt
Date: Sun Jun 21 13:56:50 2015
New Revision: 390229
URL: https://svnweb.freebsd.org/changeset/ports/390229

Log:
  Convert to USES=autoreconf

Modified:
  head/net/nss_ldap/Makefile

Modified: head/net/nss_ldap/Makefile
==============================================================================
--- head/net/nss_ldap/Makefile	Sun Jun 21 13:55:52 2015	(r390228)
+++ head/net/nss_ldap/Makefile	Sun Jun 21 13:56:50 2015	(r390229)
@@ -16,11 +16,9 @@ LICENSE=	GPLv2
 
 NSS_LDAP_VERSION=265
 
-USES=		gmake perl5
+USES=		autoreconf gmake perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	automake aclocal autoconf autoheader
-AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 USE_OPENLDAP=	yes
 


More information about the svn-ports-all mailing list