diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-06-28 19:28:22 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-06-28 19:28:22 +0000 |
commit | 3a1d68e2785b18ef0aae00293d308eb43c6d95d0 (patch) | |
tree | 902b33331543fcd4c572bb03d2a55c989e256608 /security/pam_ldap | |
parent | d1df17f68f061abd1d0ca906007256426ea6083c (diff) |
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 27b413638ee0..5afdda0fc747 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.8 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ -DISTNAME= pam_ldap-${PORTVERSION:S/.//g} +DISTNAME= pam_ldap-${PORTVERSION:S/.//g} MAINTAINER= marcus@marcuscom.com @@ -23,6 +23,7 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \ .endif USE_AUTOCONF= yes +USE_AUTOMAKE= yes CONFIGURE_ARGS= --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} |