diff options
author | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
commit | b17ed5a6d0647a0cd1b32359ec17ae09b8695c27 (patch) | |
tree | a57492ad41e15476f90fc624ff3efd195d3a866e /www/arena | |
parent | b6e18a911dfab844c58f60a20655b08b2b7ad002 (diff) | |
download | pkgsrc-b17ed5a6d0647a0cd1b32359ec17ae09b8695c27.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 'www/arena')
-rw-r--r-- | www/arena/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index c1d52561262..ee3fafc5d65 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/09/15 17:29:58 garbled Exp $ +# $NetBSD: Makefile,v 1.8 1998/09/22 06:11:41 garbled Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -6,6 +6,8 @@ DISTNAME= arena-0.3.61 CATEGORIES= www MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/web/arena/ +NOT_FOR_ARCHS= alpha #Runs, displays black screen + MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.yggdrasil.com/Products/Arena/ |