diff options
author | anray <anray@FreeBSD.org> | 2006-02-10 11:17:45 +0000 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-02-10 11:17:45 +0000 |
commit | 33d750f273b9492eb62dbd91925ab76308286df0 (patch) | |
tree | 789140dd29750e6a12fe2f5a248b54f9aad3babc /editors | |
parent | c69fd9ab8def29104618bcc522532f1e34967e7e (diff) | |
download | FreeBSD-ports-33d750f273b9492eb62dbd91925ab76308286df0.zip FreeBSD-ports-33d750f273b9492eb62dbd91925ab76308286df0.tar.gz |
Removed configure arg `--with-ldap-no'. Now when ldap installed, xemacs
compiled with ldap support.
Reported by: vs
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index fc45486..0e1a1f0 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -67,7 +67,6 @@ CONFIGURE_ARGS= --with-x11 \ --with-png \ --with-tiff \ --with-xpm \ - --with-ldap=no \ --infopath=${LOCALBASE}/lib/xemacs/info:${LOCALBASE}/info:${X11BASE}/info:/usr/info:${LOCALBASE}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \ --with-clash-detection \ --with-database=berkdb \ |