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 /lang/elk | |
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 'lang/elk')
-rw-r--r-- | lang/elk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile index e3387290c1f..597cb7460b4 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:04 tsarna Exp $ +# $NetBSD: Makefile,v 1.7 1998/09/22 06:11:37 garbled Exp $ # FreeBSD Id: Makefile,v 1.15 1997/09/01 12:28:30 tg Exp # @@ -7,6 +7,8 @@ PKGNAME= elk-3.0.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ +NOT_FOR_ARCHS= alpha mips #elf loading problems, LP64 + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/elk/ |