diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:56:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:56:50 +0000 |
commit | 49bf2316e779179950aa44c0c11b5968cde31b94 (patch) | |
tree | da6230e6fd801dec1f3ff5f51c83c7e8667d01d3 /net/nss_ldap/Makefile | |
parent | 28d3507026315fbaf3743f34da68cdd73516be17 (diff) | |
download | ports-49bf2316e779179950aa44c0c11b5968cde31b94.tar.gz ports-49bf2316e779179950aa44c0c11b5968cde31b94.zip |
Notes
Diffstat (limited to 'net/nss_ldap/Makefile')
-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 a4e14258dd37..09ca5f2ddc92 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 |