diff options
author | gj <gj@FreeBSD.org> | 1999-01-26 06:06:11 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1999-01-26 06:06:11 +0800 |
commit | 71a78a7667f4094d16a73dc2594c399d6b1ac3a1 (patch) | |
tree | 66dd6a147a60e9443283f85ebfce2b24b26b1e8a /editors/xemacs20 | |
parent | 263518889b4c4b148f07163d80c6a15829f7e2b8 (diff) | |
download | freebsd-ports-gnome-71a78a7667f4094d16a73dc2594c399d6b1ac3a1.tar.gz freebsd-ports-gnome-71a78a7667f4094d16a73dc2594c399d6b1ac3a1.tar.zst freebsd-ports-gnome-71a78a7667f4094d16a73dc2594c399d6b1ac3a1.zip |
Add --with-session=yes to the config options. This is slightly different
from the patch in the PR.
PR: 9552
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 10e489ff7b02..c2de6cfe09a7 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.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 |