diff options
author | gj <gj@FreeBSD.org> | 2001-10-31 07:13:34 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2001-10-31 07:13:34 +0800 |
commit | 009acdfc6a3e73f4dafcd083fc6bd0f9f0a2bc83 (patch) | |
tree | 79d425f475127f15d05f34f093e636436e1268c5 /editors/xemacs | |
parent | 11f026e7aa152b142210d4e21ce93eb1d2415924 (diff) | |
download | freebsd-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>
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |