summaryrefslogtreecommitdiff
path: root/editors/xemacs-current/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-current/options.mk')
-rw-r--r--editors/xemacs-current/options.mk4
1 files changed, 2 insertions, 2 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