aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2001-10-31 07:13:34 +0800
committergj <gj@FreeBSD.org>2001-10-31 07:13:34 +0800
commit009acdfc6a3e73f4dafcd083fc6bd0f9f0a2bc83 (patch)
tree79d425f475127f15d05f34f093e636436e1268c5
parent11f026e7aa152b142210d4e21ce93eb1d2415924 (diff)
downloadfreebsd-ports-gnome-009acdfc6a3e73f4dafcd083fc6bd0f9f0a2bc83.tar.gz
freebsd-ports-gnome-009acdfc6a3e73f4dafcd083fc6bd0f9f0a2bc83.tar.zst
freebsd-ports-gnome-009acdfc6a3e73f4dafcd083fc6bd0f9f0a2bc83.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>
-rw-r--r--editors/xemacs-devel/Makefile1
-rw-r--r--editors/xemacs/Makefile1
-rw-r--r--editors/xemacs21/Makefile1
3 files changed, 3 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}
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index a4e97f675010..93bc7d5f72f5 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/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}
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}