summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-01-04 09:30:46 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-01-04 09:30:46 +0000
commit9497115c5a892fef27c9a02ccc2300bd3f087a75 (patch)
treed45945fd65792d4a00bd99abee41fbc0e31002e4 /editors
parentdb63f91df1d95aad524f8aa455349e554fb689b5 (diff)
downloadpkgsrc-9497115c5a892fef27c9a02ccc2300bd3f087a75.tar.gz
Set NOT_FOR_ARCHS=mips cause they need more porting to work on pmax.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/xemacs20/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 7d0b7fe853d..3134372b7a6 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1998/09/04 02:30:25 tron Exp $
+# $NetBSD: Makefile,v 1.22 1999/01/04 09:30:46 frueauf Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
#
@@ -11,6 +11,8 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html
CONFLICTS= emacs-20.2
+NOT_FOR_ARCHS= mips # ${WRKSRC}/src/m/{pmax.h,mips.h} need porting
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+= --with-pop --with-x --with-x-toolkit=lucid
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 9347cab99fb..7b33898975e 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 1998/11/12 23:03:40 frueauf Exp $
+# $NetBSD: Makefile,v 1.37 1999/01/04 09:30:46 frueauf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -25,7 +25,7 @@ DEPENDS+= gdbm-1.7.3:../../databases/gdbm
CONFLICTS+= xemacs-20.3
-NOT_FOR_ARCHS= alpha #fails purespace dumping
+NOT_FOR_ARCHS= alpha mips #fails purespace dumping
HAS_CONFIGURE= yes