From 12532990d585e07ea15b57f6e750ebd59dcfb93a Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 11 Apr 2002 02:01:42 +0000 Subject: mark as broken on alpha. crashes during build --- lang/RScheme/Makefile | 4 +++- lang/kali/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/RScheme/Makefile b/lang/RScheme/Makefile index 92b902e079c..73ad6b7b2a8 100644 --- a/lang/RScheme/Makefile +++ b/lang/RScheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/03/06 06:48:15 jmc Exp $ +# $NetBSD: Makefile,v 1.9 2002/04/11 02:01:43 dmcmahill Exp $ DISTNAME= rs-0.7.3.1 PKGNAME= RScheme-0.7.3.1 @@ -14,6 +14,8 @@ HAS_CONFIGURE= #defined CONFIGURE_ARGS+= --prefix=${PREFIX}/lib/RScheme ALL_TARGET= base +NOT_FOR_PLATFORM= *-*-alpha + # # Can't define WRKSRC as the src subdir since it doesn't appear until after # the configure stage and patches need to be applied before then. diff --git a/lang/kali/Makefile b/lang/kali/Makefile index c6fb0f855a0..95f7530fbfd 100644 --- a/lang/kali/Makefile +++ b/lang/kali/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:17 agc Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/11 02:01:42 dmcmahill Exp $ DISTNAME= kali-0.47 CATEGORIES= lang @@ -11,4 +11,6 @@ COMMENT= Distributed implementation of Scheme GNU_CONFIGURE= yes ALL_TARGET= # empty +NOT_FOR_PLATFORM= *-*-alpha + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3