diff options
author | steve <steve@FreeBSD.org> | 1998-02-15 23:43:42 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-15 23:43:42 +0800 |
commit | 0b85bbf897c1731685e765fa7e72f77b47d75825 (patch) | |
tree | 1e41a314ed45a8522f1c8b9f0a61b3c33e7ac875 /editors/xemacs20 | |
parent | 8b44fbd3c5d7a7affb24e81cf4b45201b60f43a1 (diff) | |
download | freebsd-ports-gnome-0b85bbf897c1731685e765fa7e72f77b47d75825.tar.gz freebsd-ports-gnome-0b85bbf897c1731685e765fa7e72f77b47d75825.tar.zst freebsd-ports-gnome-0b85bbf897c1731685e765fa7e72f77b47d75825.zip |
Build this port with '--with-xface=no'.
PR: 5656
Diffstat (limited to 'editors/xemacs20')
-rw-r--r-- | editors/xemacs20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index f0b8bdef42a7..82019c69f7c4 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/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 |