diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1999-01-25 22:06:11 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1999-01-25 22:06:11 +0000 |
commit | 4023be545c9e85adbd61d05674934a0fe355551d (patch) | |
tree | 2bfcd45f4b7149c7a7d3813a635fd8aa1766667e /editors/xemacs21 | |
parent | 8e99808202c028bf302adbd5eec8049fdba73d7b (diff) | |
download | ports-4023be545c9e85adbd61d05674934a0fe355551d.tar.gz ports-4023be545c9e85adbd61d05674934a0fe355551d.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 10e489ff7b02..c2de6cfe09a7 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.24 1999/01/04 03:29:20 steve Exp $ +# $Id: Makefile,v 1.25 1999/01/23 07:05:34 vanilla Exp $ # DISTNAME= xemacs-20.4 @@ -32,6 +32,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-session=yes \ ${WITH_XFACE} ${WITH_MULE} ${WITH_DIALOGS} ${WITH_OFFIX} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 |