diff options
author | jeh <jeh@FreeBSD.org> | 2001-06-28 19:28:22 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-06-28 19:28:22 +0000 |
commit | 36db8350b84cd078095a20cc3d888821e476307e (patch) | |
tree | d0c14ca39a015db6abb2faaf31bd0eb6ae8735ae | |
parent | 959ef1e5c7c1464a3fc81fe71b3cd7d0fdf0a746 (diff) | |
download | FreeBSD-ports-36db8350b84cd078095a20cc3d888821e476307e.zip FreeBSD-ports-36db8350b84cd078095a20cc3d888821e476307e.tar.gz |
Add "USE_AUTOMAKE= yes"
PR: 28489
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
-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 27b4136..5afdda0 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} |