diff options
-rw-r--r-- | security/pam_ldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 5c1ad2ed2db2..5b5afd097829 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -25,7 +25,8 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} \ - --with-ldap-conf-file=${PREFIX}/etc/ldap.conf + --with-ldap-conf-file=${PREFIX}/etc/ldap.conf \ + --with-ldap-secret-file=${PREFIX}/etc/ldap.secret CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} USE_GMAKE= yes |