summaryrefslogtreecommitdiff
path: root/editors/xemacs-current
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-04-21 20:50:41 +0000
committercube <cube@pkgsrc.org>2004-04-21 20:50:41 +0000
commit536a13d16bd4fa80763bb6455dbb8c2a09ebf65d (patch)
tree3fc441f47b9bd4fe1d0a09430ba4f3b565a033f6 /editors/xemacs-current
parenta8ca786b4c2f797d105f72a370f0639dc7883ea0 (diff)
downloadpkgsrc-536a13d16bd4fa80763bb6455dbb8c2a09ebf65d.tar.gz
USE_LDAP -> USE_OPENLDAP
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r--editors/xemacs-current/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 2920004132f..fc9337ed8cd 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2004/04/12 15:14:55 xtraeme Exp $
+# $NetBSD: Makefile,v 1.39 2004/04/21 20:50:41 cube Exp $
DISTNAME= xemacs-21.5.17
CATEGORIES= editors
@@ -11,7 +11,7 @@ COMMENT= *BETA* XEmacs text editor version 21.5.17
USE_BUILDLINK3= YES
USE_X11= YES
-BUILD_DEFS+= XEMACS_WIDGETS XEMACS_ESD USE_LDAP USE_XFACE XEMACS_USE_CANNA
+BUILD_DEFS+= XEMACS_WIDGETS XEMACS_ESD USE_OPENLDAP USE_XFACE XEMACS_USE_CANNA
PLIST_SUBST+= EMACSVER=xemacs-21.5-b17
MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b17
@@ -41,7 +41,7 @@ WITH_WIDGETS= --with-widgets=lucid
CONFIGURE_ARGS += --with-sound=none
.endif
-.if defined(USE_LDAP) && (${USE_LDAP} == "YES")
+.if defined(USE_OPENLDAP) && (${USE_OPENLDAP} == "YES")
WITH_LDAP= --with-ldap
. include "../../databases/openldap/buildlink3.mk"
.else