diff options
author | steve <steve@FreeBSD.org> | 1998-02-15 15:43:42 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-15 15:43:42 +0000 |
commit | 0b85bbf897c1731685e765fa7e72f77b47d75825 (patch) | |
tree | 1e41a314ed45a8522f1c8b9f0a61b3c33e7ac875 /editors/xemacs-devel | |
parent | 8b44fbd3c5d7a7affb24e81cf4b45201b60f43a1 (diff) | |
download | FreeBSD-ports-0b85bbf897c1731685e765fa7e72f77b47d75825.zip FreeBSD-ports-0b85bbf897c1731685e765fa7e72f77b47d75825.tar.gz |
Build this port with '--with-xface=no'.
PR: 5656
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index f0b8bde..82019c6 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.6 1997/12/27 02:53:16 asami Exp $ +# $Id: Makefile,v 1.7 1998/01/01 21:06:35 gj Exp $ # DISTNAME= xemacs-20.3 @@ -34,6 +34,7 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ --site-includes=${PREFIX}/include \ --site-libraries=${PREFIX}/lib \ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/emacs/site-lisp" \ + --with-xface=no \ ${WITH_MULE} ${WITH_DIALOGS} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 |