diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-18 06:47:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-18 06:47:20 +0000 |
commit | 3e56bbd8f5e97504919a97e0de261c5a6e2e80df (patch) | |
tree | b0ee259c0773e34bd39fe510c866c3adefbd9b2f /net/nss_ldap | |
parent | 8d933661a4ac51f74b6781b337c5be76641e1def (diff) | |
download | ports-3e56bbd8f5e97504919a97e0de261c5a6e2e80df.tar.gz ports-3e56bbd8f5e97504919a97e0de261c5a6e2e80df.zip |
Notes
Diffstat (limited to 'net/nss_ldap')
-rw-r--r-- | net/nss_ldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index 696b115576ad..686429097e24 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -16,8 +16,9 @@ LICENSE= GPLv2 NSS_LDAP_VERSION=265 +USES= gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes -USE_GMAKE= yes USE_AUTOTOOLS= automake aclocal autoconf autoheader AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes |