diff options
author | jeh <jeh@FreeBSD.org> | 2001-06-29 03:28:22 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-06-29 03:28:22 +0800 |
commit | 36db8350b84cd078095a20cc3d888821e476307e (patch) | |
tree | d0c14ca39a015db6abb2faaf31bd0eb6ae8735ae /security | |
parent | 959ef1e5c7c1464a3fc81fe71b3cd7d0fdf0a746 (diff) | |
download | freebsd-ports-graphics-36db8350b84cd078095a20cc3d888821e476307e.tar.gz freebsd-ports-graphics-36db8350b84cd078095a20cc3d888821e476307e.tar.zst freebsd-ports-graphics-36db8350b84cd078095a20cc3d888821e476307e.zip |
Add "USE_AUTOMAKE= yes"
PR: 28489
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'security')
-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 27b413638ee..5afdda0fc74 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} |