diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 13:56:50 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 13:56:50 +0000 |
commit | 2c801a47a4662e0104773a8c535aa471e31d8225 (patch) | |
tree | da6230e6fd801dec1f3ff5f51c83c7e8667d01d3 | |
parent | d7c9fbcdc29325d35c38057d119415390b9f914b (diff) | |
download | FreeBSD-ports-2c801a47a4662e0104773a8c535aa471e31d8225.zip FreeBSD-ports-2c801a47a4662e0104773a8c535aa471e31d8225.tar.gz |
Convert to USES=autoreconf
-rw-r--r-- | net/nss_ldap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index a4e1425..09ca5f2 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -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 |