diff options
author | ghen <ghen@pkgsrc.org> | 2006-05-31 18:22:23 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-05-31 18:22:23 +0000 |
commit | 7a2efff7e5458219932e9027e9243be1537b62fd (patch) | |
tree | 5cac353723488aca92e9979b9c75b6741e54e684 /security/pam-ldap/Makefile | |
parent | a3add378b99337a7f50f351998a5a888fa124ff4 (diff) | |
download | pkgsrc-7a2efff7e5458219932e9027e9243be1537b62fd.tar.gz |
The databases/openldap package has been split in -client and -server component
packages. Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
Diffstat (limited to 'security/pam-ldap/Makefile')
-rw-r--r-- | security/pam-ldap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index c5653fcb6b2..9990c70da12 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2006/02/05 23:10:45 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/05/31 18:22:26 ghen Exp $ # DISTNAME= pam_ldap-180 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.padl.com/pub/ MASTER_SITES+= http://www.padl.com/download/ @@ -16,7 +16,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ldap-lib=openldap -CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap} +CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client} CONFIGURE_ARGS+= --with-ldap-conf-file=${PKG_SYSCONFDIR}/pam_ldap.conf CONFIGURE_ARGS+= --with-ldap-secret-file=${PKG_SYSCONFDIR}/pam_ldap.secret CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} @@ -31,7 +31,7 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EGDIR}/pam_ldap.conf ${PKG_SYSCONFDIR}/pam_ldap.conf -.include "../../databases/openldap/buildlink3.mk" +.include "../../databases/openldap-client/buildlink3.mk" .include "../../mk/pam.buildlink3.mk" post-install: |