summaryrefslogtreecommitdiff
path: root/editors
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 /editors
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 'editors')
-rw-r--r--editors/xemacs-current/options.mk4
-rw-r--r--editors/xemacs/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs-current/options.mk b/editors/xemacs-current/options.mk
index 3fc7c0fe7ad..2de7e06df74 100644
--- a/editors/xemacs-current/options.mk
+++ b/editors/xemacs-current/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2005/12/05 20:50:10 rillig Exp $
+# $NetBSD: options.mk,v 1.6 2006/05/31 18:22:23 ghen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs
PKG_SUPPORTED_OPTIONS= esound ldap xface canna
@@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= esound ldap xface canna
.if !empty(PKG_OPTIONS:Mldap)
CONFIGURE_ARGS+= --with-ldap
-. include "../../databases/openldap/buildlink3.mk"
+. include "../../databases/openldap-client/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-ldap
.endif
diff --git a/editors/xemacs/options.mk b/editors/xemacs/options.mk
index 9f7269496bd..4eb5482f54f 100644
--- a/editors/xemacs/options.mk
+++ b/editors/xemacs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2005/10/23 14:16:46 rillig Exp $
+# $NetBSD: options.mk,v 1.6 2006/05/31 18:22:23 ghen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs
PKG_SUPPORTED_OPTIONS= ldap xface canna
@@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= ldap xface canna
.if !empty(PKG_OPTIONS:Mldap)
CONFIGURE_ARGS+= --with-ldap
-. include "../../databases/openldap/buildlink3.mk"
+. include "../../databases/openldap-client/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-ldap
.endif