diff options
author | az <az@FreeBSD.org> | 2013-09-18 14:47:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-18 14:47:20 +0800 |
commit | f9bc6ab609646e11f09097b49321cd369ae406fc (patch) | |
tree | b0ee259c0773e34bd39fe510c866c3adefbd9b2f /net | |
parent | b7eb646fbefa569417330b38cf5e015d2aec3236 (diff) | |
download | freebsd-ports-gnome-f9bc6ab609646e11f09097b49321cd369ae406fc.tar.gz freebsd-ports-gnome-f9bc6ab609646e11f09097b49321cd369ae406fc.tar.zst freebsd-ports-gnome-f9bc6ab609646e11f09097b49321cd369ae406fc.zip |
- add a build dependency on perl
- convert USE_GMAKE to USES=gmake
With hat: perl@
Diffstat (limited to 'net')
-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 |