summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorghen <ghen>2006-05-31 18:22:23 +0000
committerghen <ghen>2006-05-31 18:22:23 +0000
commit6a34cac762bbf82e27b9e03d66f87e4ef2add238 (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /chat
parent9a063e0432cdce45d2cec2cbd2dd3e802c8c09f1 (diff)
downloadpkgsrc-6a34cac762bbf82e27b9e03d66f87e4ef2add238.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 'chat')
-rw-r--r--chat/jabberd2/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/jabberd2/options.mk b/chat/jabberd2/options.mk
index 73099786029..7166c08d987 100644
--- a/chat/jabberd2/options.mk
+++ b/chat/jabberd2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2005/06/02 20:39:16 dillo Exp $
+# $NetBSD: options.mk,v 1.11 2006/05/31 18:22:23 ghen Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd2
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --enable-pgsql
.if !empty(PKG_OPTIONS:Mldap)
CONFIGURE_ARGS+= --enable-ldap
-. include "../../databases/openldap/buildlink3.mk"
+. include "../../databases/openldap-client/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mpam)