diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-15 15:43:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-15 15:43:42 +0000 |
commit | 7bde2d64d01c114f83af712b6d58739cc75456a5 (patch) | |
tree | 821c3371ed4bfce8dc191983680ca95654d336b3 /editors/xemacs21 | |
parent | 4730d8efd01fc0edcc4366e428039e5ff97654bb (diff) | |
download | ports-7bde2d64d01c114f83af712b6d58739cc75456a5.tar.gz ports-7bde2d64d01c114f83af712b6d58739cc75456a5.zip |
Notes
Diffstat (limited to 'editors/xemacs21')
-rw-r--r-- | editors/xemacs21/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index f0b8bdef42a7..82019c69f7c4 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/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 |