diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-23 10:09:41 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-23 10:09:41 +0000 |
commit | 1133aea38b57784ae83609135d92600511d13161 (patch) | |
tree | 151807d09966c310252793c5259de8961b397d93 /security/pam_ldap | |
parent | be5a1dcb666cecc7961fc9d42a1cffbb86f0713b (diff) | |
download | ports-1133aea38b57784ae83609135d92600511d13161.tar.gz ports-1133aea38b57784ae83609135d92600511d13161.zip |
Notes
Diffstat (limited to 'security/pam_ldap')
-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 |