summaryrefslogtreecommitdiff
path: root/editors/xemacs21
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2001-10-30 23:13:34 +0000
committerGary Jennejohn <gj@FreeBSD.org>2001-10-30 23:13:34 +0000
commite7d750da69ff5e2d7f6cddcddce0e7e86b48c1e0 (patch)
treede9794887c413dc3a31fb4e24889477b93bf491a /editors/xemacs21
parentUpdate to 0.9.4. (diff)
Add ``--with-ldap=no'' to the CONFIGURE_ARGS to avoid missing a dependency
in case the user has LDAP installed. This is one of those things which are automatically detected at configure time. PR: 31622 Submitted by: Alec Wolman <wolman@cs.washington.edu>
Notes
Notes: svn path=/head/; revision=49406
Diffstat (limited to 'editors/xemacs21')
-rw-r--r--editors/xemacs21/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index 00235a792430..a94d6bc5dc81 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -40,6 +40,7 @@ CONFIGURE_ARGS?=--with-clash-detection \
--gung-ho=yes \
--with-png=yes \
--with-tiff=yes \
+ --with-ldap=no \
--with-site-lisp \
--with-database=berkdb \
${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX}