diff options
-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 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} |