diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-01-19 03:14:57 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-01-19 03:14:57 +0800 |
commit | d954ffdf018cb506644cd2d26f47390d7f0a5137 (patch) | |
tree | 52359ce80c89207f657ac96da892796f9ae6277b | |
parent | baeb8b8d2df0430b36b137062681ca6c74ac2f2c (diff) | |
download | freebsd-ports-gnome-d954ffdf018cb506644cd2d26f47390d7f0a5137.tar.gz freebsd-ports-gnome-d954ffdf018cb506644cd2d26f47390d7f0a5137.tar.zst freebsd-ports-gnome-d954ffdf018cb506644cd2d26f47390d7f0a5137.zip |
Fix the build.
PR: 142725
Submitted by: "Alexey V. Degtyarev" <alexey@renatasystems.org>
-rw-r--r-- | security/pam_ldap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index a252694575c2..127b5517f7a7 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -18,6 +18,7 @@ COMMENT= A pam module for authenticating with LDAP USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENLDAP= yes +USE_PERL5_BUILD=yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} PAM_LDAP_CONF?= ldap.conf CONFIGURE_ARGS= --with-ldap-lib=openldap \ |