diff options
author | gj <gj@FreeBSD.org> | 2001-10-30 23:13:34 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2001-10-30 23:13:34 +0000 |
commit | 009acdfc6a3e73f4dafcd083fc6bd0f9f0a2bc83 (patch) | |
tree | 79d425f475127f15d05f34f093e636436e1268c5 /editors | |
parent | 11f026e7aa152b142210d4e21ce93eb1d2415924 (diff) | |
download | FreeBSD-ports-009acdfc6a3e73f4dafcd083fc6bd0f9f0a2bc83.zip FreeBSD-ports-009acdfc6a3e73f4dafcd083fc6bd0f9f0a2bc83.tar.gz |
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>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 1 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index a4e97f6..93bc7d5 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 a4e97f6..93bc7d5 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 00235a7..a94d6bc 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} |