summaryrefslogtreecommitdiff
path: root/mail/perdition-ldap
diff options
context:
space:
mode:
authorghen <ghen>2006-05-31 18:52:38 +0000
committerghen <ghen>2006-05-31 18:52:38 +0000
commita2be863f2e0ec7ec38f21e1824d67a485f313976 (patch)
treef8002139474b4dd6c7aed79116fa88e7a9ec44d1 /mail/perdition-ldap
parentb239af518f2c44ad190c2228c6f2156085af03f9 (diff)
downloadpkgsrc-a2be863f2e0ec7ec38f21e1824d67a485f313976.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 'mail/perdition-ldap')
-rw-r--r--mail/perdition-ldap/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/perdition-ldap/Makefile b/mail/perdition-ldap/Makefile
index 08380c37ea8..fd4033f7718 100644
--- a/mail/perdition-ldap/Makefile
+++ b/mail/perdition-ldap/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:57 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/05/31 18:52:38 ghen Exp $
#
-PKGREVISION= 1
+PKGREVISION= 2
PERDITION_COMMENT= LDAP user database module
PERDITION_PKGNAME= ldap
-CONFIGURE_ARGS+= --with-ldap-includes=${BUILDLINK_PREFIX.openldap}/include
-CONFIGURE_ARGS+= --with-ldap-libs=${BUILDLINK_PREFIX.openldap}/lib
+CONFIGURE_ARGS+= --with-ldap-includes=${BUILDLINK_PREFIX.openldap-client}/include
+CONFIGURE_ARGS+= --with-ldap-libs=${BUILDLINK_PREFIX.openldap-client}/lib
-.include "../../databases/openldap/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
.include "../perdition/Makefile.common"