From 135c0ab38620e0cfb178af059d0ee5222c1e1a6c Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 8 Mar 2001 07:06:51 +0000 Subject: Disable OpenLDAP support by default Approved by: will --- x11/kdebase4/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11/kdebase4') diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index d0b975e91dce..16190dd22f0b 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ --with-extra-libs=${LOCALBASE}/lib \ + --without-ldap \ --disable-closure CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ CPPFLAGS="-I${LOCALBASE}/include -D_GETOPT_H" \ -- cgit