diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-01-10 23:39:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-01-10 23:39:04 +0000 |
commit | 8c9eae59d5e24920dc543027c795c5a7dbb4d00b (patch) | |
tree | b68a9f121ce524c7b38adeb23683b8377828864e /security/pam_ldap/Makefile | |
parent | bbf76ee42361b8e542b5782965e637dae6aa6920 (diff) | |
download | ports-8c9eae59d5e24920dc543027c795c5a7dbb4d00b.tar.gz ports-8c9eae59d5e24920dc543027c795c5a7dbb4d00b.zip |
Notes
Diffstat (limited to 'security/pam_ldap/Makefile')
-rw-r--r-- | security/pam_ldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 123f03fab9bd..a252694575c2 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pam_ldap -PORTVERSION= 1.8.4 -PORTREVISION= 1 +PORTVERSION= 1.8.5 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -20,9 +19,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENLDAP= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} +PAM_LDAP_CONF?= ldap.conf CONFIGURE_ARGS= --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} \ - --with-ldap-conf-file=${PREFIX}/etc/ldap.conf \ + --with-ldap-conf-file=${PREFIX}/etc/${PAM_LDAP_CONF} \ --with-ldap-secret-file=${PREFIX}/etc/ldap.secret PKGMESSAGE= ${WRKDIR}/pkg-message |