aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-devel
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/xemacs-devel
parentda11d1c7418621d3a827fe4b91abdf86053b652c (diff)
downloadports-e7d750da69ff5e2d7f6cddcddce0e7e86b48c1e0.tar.gz
ports-e7d750da69ff5e2d7f6cddcddce0e7e86b48c1e0.zip
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/xemacs-devel')
-rw-r--r--editors/xemacs-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index a4e97f675010..93bc7d5f72f5 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -37,6 +37,7 @@ CONFIGURE_ARGS?=--with-clash-detection \
--site-libraries=${LOCALBASE}/lib \
--with-png=yes \
--with-tiff=yes \
+ --with-ldap=no \
--with-site-lisp \
--with-database=berkdb \
${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX} ${WITH_GTK}