diff options
author | asau <asau> | 2009-09-05 12:38:56 +0000 |
---|---|---|
committer | asau <asau> | 2009-09-05 12:38:56 +0000 |
commit | 6a75d96366961515fafe079b9d8b805e82148a04 (patch) | |
tree | 93e83e0aea79a3808c30ed97f46a4f9eb7e79c0b /lang | |
parent | bbb03bc7544546eea7efab9f5c9ac0b773bbf87c (diff) | |
download | pkgsrc-6a75d96366961515fafe079b9d8b805e82148a04.tar.gz |
Relax unnecessarily strict restrictions, SBCL should be portable enough.
If this uncovers bugs, those should be fixed, don't mask them.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sbcl/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 8bc58083dbc..a26d7dbc9e8 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/08/19 13:03:30 asau Exp $ +# $NetBSD: Makefile,v 1.20 2009/09/05 12:38:56 asau Exp $ DISTNAME= ${PKGNAME_NOREV}-source PKGNAME= sbcl-1.0.30 @@ -10,15 +10,6 @@ MAINTAINER= jonb@NetBSD.org HOMEPAGE= http://www.sbcl.org/ COMMENT= SBCL, a Common Lisp implementation -ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386 -ONLY_FOR_PLATFORM+= FreeBSD-[2-9]*-i386 -ONLY_FOR_PLATFORM+= Linux-*-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. -# In addition, SBCL should also work on Darwin, Solaris, OpenBSD, -# and possibly Win32, OSF/1, HP-UX, and Irix. - # SBCL creates a new release with minor updates and fixes every # month. The maintainer of this package does not have the time # to build, test, update, etc. this package that often. If you |