diff options
author | ghen <ghen> | 2006-05-31 18:22:23 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-05-31 18:22:23 +0000 |
commit | 6a34cac762bbf82e27b9e03d66f87e4ef2add238 (patch) | |
tree | 5cac353723488aca92e9979b9c75b6741e54e684 /editors/xemacs | |
parent | 9a063e0432cdce45d2cec2cbd2dd3e802c8c09f1 (diff) | |
download | pkgsrc-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 'editors/xemacs')
-rw-r--r-- | editors/xemacs/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |