diff options
author | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
commit | 8bb5bacb2816c68350a34c6d6b876f65410233f4 (patch) | |
tree | a57492ad41e15476f90fc624ff3efd195d3a866e /plan9 | |
parent | a7ac85aebfd7fca34193ee7fc63a34e7447f6200 (diff) | |
download | pkgsrc-8bb5bacb2816c68350a34c6d6b876f65410233f4.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 'plan9')
-rw-r--r-- | plan9/9term/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index f98be929979..e60c75cf694 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/09/15 17:05:07 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/09/22 06:11:39 garbled Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -7,6 +7,8 @@ PKGNAME= 9term-1.6.3 CATEGORIES= plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ +NOT_FOR_ARCHS= alpha #LP64 Problems + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html |