diff options
author | garbled <garbled@pkgsrc.org> | 1998-09-22 06:11:35 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-09-22 06:11:35 +0000 |
commit | 384c07a72e49d7af51841f79315230e83507d5d2 (patch) | |
tree | a57492ad41e15476f90fc624ff3efd195d3a866e /editors/joe/Makefile | |
parent | d7db432f1f96e2beebcf6453f02c240417512467 (diff) | |
download | pkgsrc-384c07a72e49d7af51841f79315230e83507d5d2.tar.gz |
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha. There may be more, but I haven't seen them yet.
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index d53b58b657f..774c8a51879 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/06/22 12:27:09 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/09/22 06:11:36 garbled Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/17 07:01:28 obrien Exp # @@ -8,6 +8,8 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z +NOT_FOR_ARCHS= alpha #gcc lossage + MAINTAINER= explorer@netbsd.org ALL_TARGET= joe |