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 /shells/scsh | |
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 'shells/scsh')
-rw-r--r-- | shells/scsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index a090c0646ca..71dceb21d2c 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:25 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/09/22 06:11:40 garbled Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # @@ -6,6 +6,8 @@ DISTNAME= scsh-0.5.1 CATEGORIES= shells lang MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ +NOT_FOR_ARCHS= alpha # Needs scheme + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-swiss.ai.mit.edu/scsh/ |