summaryrefslogtreecommitdiff
path: root/lang/sbcl
diff options
context:
space:
mode:
authorjonb <jonb>2005-08-02 05:22:05 +0000
committerjonb <jonb>2005-08-02 05:22:05 +0000
commit9ff834cd1dee01b952abfccbf7433595a8fe9135 (patch)
tree9df40543f467d070389eb10b5e6e18f39470a2ce /lang/sbcl
parent7583210d882be906f02027e6e3659dd12d72dbf5 (diff)
downloadpkgsrc-9ff834cd1dee01b952abfccbf7433595a8fe9135.tar.gz
NetBSD 1.6 is not supported, as it does not pass enough information
to signal handlers to allow the garbage collection system to work.
Diffstat (limited to 'lang/sbcl')
-rw-r--r--lang/sbcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index b4287e4fddd..746ba4ae4a3 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/07/22 02:38:13 jonb Exp $
+# $NetBSD: Makefile,v 1.3 2005/08/02 05:22:05 jonb Exp $
DISTNAME= ${PKGNAME}-source
PKGNAME= sbcl-0.9.1
@@ -10,7 +10,7 @@ MAINTAINER= jonb@NetBSD.org
HOMEPAGE= http://www.sbcl.org/
COMMENT= SBCL, a Common Lisp implementation
-ONLY_FOR_PLATFORM= NetBSD-*-i386
+ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386
# It should be possible to have SBCL working on amd64, powerpc,
# sparc, alpha, mips, and HPPA hardware also, but they probably
# need a bit of porting work done in SBCL itself.