summaryrefslogtreecommitdiff
path: root/security/pam-ldap
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-05-31 18:22:23 +0000
committerghen <ghen@pkgsrc.org>2006-05-31 18:22:23 +0000
commit2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /security/pam-ldap
parent954f05991707ebf0b59a7f471dfbf8bea1591fb3 (diff)
downloadpkgsrc-2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc.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')
-rw-r--r--security/pam-ldap/Makefile8
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: