summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-01-20 16:56:00 +0000
committerhubertf <hubertf@pkgsrc.org>1999-01-20 16:56:00 +0000
commitfa5831b37f487174f7c6f6bd71a212bfd352c31f (patch)
tree9f6756c85a63bea33be18bec77f61b1c5f6c5b27 /editors
parent23ff9e70f3f9a9d6f97e1c5d11243d844e3f7f31 (diff)
downloadpkgsrc-fa5831b37f487174f7c6f6bd71a212bfd352c31f.tar.gz
Compile in support for session management
Fixes PR 6851 by Johnny C. Lam <lamj@stat.cmu.edu>
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 7b33898975e..270ec039bcc 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 1999/01/04 09:30:46 frueauf Exp $
+# $NetBSD: Makefile,v 1.38 1999/01/20 16:56:00 hubertf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -55,6 +55,7 @@ CONFIGURE_ARGS+=${MACHINE_GNU_ARCH}--netbsd --prefix=${PREFIX} \
--site-libraries=${PREFIX}/lib \
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp \
${PREFIX}/share/xemacs/site-lisp" -with-ncurses=no \
+ --with-session=yes \
${WITH_MULE} ${WITH_DIALOGS} ${WITH_XFACE} ${WITH_SOUND}
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"