diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-04 09:30:46 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-04 09:30:46 +0000 |
commit | 9497115c5a892fef27c9a02ccc2300bd3f087a75 (patch) | |
tree | d45945fd65792d4a00bd99abee41fbc0e31002e4 /editors/xemacs20 | |
parent | db63f91df1d95aad524f8aa455349e554fb689b5 (diff) | |
download | pkgsrc-9497115c5a892fef27c9a02ccc2300bd3f087a75.tar.gz |
Set NOT_FOR_ARCHS=mips cause they need more porting to work on pmax.
Diffstat (limited to 'editors/xemacs20')
-rw-r--r-- | editors/xemacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |