summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-04-11 02:01:42 +0000
committerdmcmahill <dmcmahill>2002-04-11 02:01:42 +0000
commitbd5a5b9610f5c9f521d84e35355732d1d2b60db2 (patch)
tree75e05d30eb13452827bf6a3d2321516d24bd6b0f /lang
parent29c2e01c560fb6a09c5b8368f9ed9f409149df77 (diff)
downloadpkgsrc-bd5a5b9610f5c9f521d84e35355732d1d2b60db2.tar.gz
mark as broken on alpha. crashes during build
Diffstat (limited to 'lang')
-rw-r--r--lang/RScheme/Makefile4
-rw-r--r--lang/kali/Makefile4
2 files changed, 6 insertions, 2 deletions
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"