diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-10 23:41:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-10 23:41:29 +0000 |
commit | 83591d8ddb8804ea7c5402267e6ae164300e7077 (patch) | |
tree | 955c24be9c74fb1e6e4f247ff402037acdd67d9f /lang/smalltalk | |
parent | 717d3eec39a00f449f48f004fdbd381dfd8e5a87 (diff) | |
download | pkgsrc-83591d8ddb8804ea7c5402267e6ae164300e7077.tar.gz |
mark this pkg as not for alpha or sparc64 as 64-bit platforms are not
yet supported by the program.
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 0e356cfd82f..9f30447f187 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 09:07:29 agc Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/10 23:41:29 dmcmahill Exp $ # DISTNAME= smalltalk-1.8.5 @@ -9,6 +9,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/smalltalk/smalltalk.html COMMENT= the GNU implementation of the Smalltalk-80 language +# smalltalk does not support 64-bit platforms yet (as of 1.8.5) +NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 + GNU_CONFIGURE= yes USE_GMAKE= yes |