diff options
author | jonb <jonb@pkgsrc.org> | 2005-08-02 05:22:05 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2005-08-02 05:22:05 +0000 |
commit | f8effa505233469466cae248ffbc074506fc66b6 (patch) | |
tree | 9df40543f467d070389eb10b5e6e18f39470a2ce /lang/sbcl | |
parent | 85dd7edfdfcc87c4403e57ccbb02da5b3c66055e (diff) | |
download | pkgsrc-f8effa505233469466cae248ffbc074506fc66b6.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/Makefile | 4 |
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. |