diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 12:42:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 12:42:44 +0000 |
commit | f730bebadbff4ea377b3f52dc44581565265c182 (patch) | |
tree | 578f0b4da6d621a55cc8ee097a7a1702f90754bc /lang/clisp | |
parent | ec4665397a28ae981732e7c587acd27e82e892b4 (diff) | |
download | pkgsrc-f730bebadbff4ea377b3f52dc44581565265c182.tar.gz |
Add other 64bit platforms to NOT_FOR_PLATFORM too; clisp is not 64bit ready.
Suggested by martin.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 4b921f540bf..bf3ecd42fc0 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/04/05 11:52:15 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2005/04/05 12:42:44 wiz Exp $ DISTNAME= clisp-2.33 PKGREVISION= 1 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://clisp.cons.org/ COMMENT= CLISP, a Common Lisp implementation -NOT_FOR_PLATFORM= *-*-alpha # severe LP64 problems +NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64 # severe LP64 problems PKG_INSTALLATION_TYPES= overwrite pkgviews |