summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authortron <tron>2002-03-22 22:23:01 +0000
committertron <tron>2002-03-22 22:23:01 +0000
commit8d9da22dd76156a35d6d31a42619ccfde7b474f7 (patch)
tree116f21f3f489771d6bb3e0655f8848728c78b632 /editors/xemacs
parent79ac39d04a35232163e1e6985b32f508d558d37f (diff)
downloadpkgsrc-8d9da22dd76156a35d6d31a42619ccfde7b474f7.tar.gz
Use Motif instead of Xaw3d as toolkit. This avoids crashes when the XEmacs
window is closed via the window manager and fixes PR pkg/15561 by Matthias Buelow.
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 596aca59815..cf8c9cf4f3c 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2002/03/18 21:17:37 tron Exp $
+# $NetBSD: Makefile,v 1.42 2002/03/22 22:23:01 tron Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
DISTNAME= xemacs-21.1.14
@@ -25,8 +25,6 @@ NOT_FOR_PLATFORM= *-*-mips* #fails purespace dumping
HAS_CONFIGURE= YES
USE_XPM= YES
-USE_XAW= YES
-XAW_TYPE?= 3d
BUILD_DEFS+= USE_LDAP USE_XFACE
DIST_SUBDIR= xemacs
@@ -42,11 +40,7 @@ PLIST_SUBST+= ELSUFX='.gz'
PLIST_SUBST+= ELSUFX=''
.endif
-.if (${XAW_TYPE} == "standard")
-WITH_DIALOGS= --with-dialogs=athena
-.else
-WITH_DIALOGS= --with-dialogs=athena3d
-.endif
+WITH_DIALOGS= --with-dialogs=motif
.if defined(USE_LDAP) && ${USE_LDAP} == YES
WITH_LDAP= --with-ldap=yes
@@ -96,4 +90,5 @@ post-install:
${WRKSRC}/lib-src/gzip-el.sh ${PREFIX}/lib/${DISTNAME}; \
fi
+.include "../../mk/motif.buildlink.mk"
.include "../../mk/bsd.pkg.mk"