summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-05-10 23:41:29 +0000
committerdmcmahill <dmcmahill>2001-05-10 23:41:29 +0000
commit7a0f4036263305f96a0ef630698303a89d927175 (patch)
tree955c24be9c74fb1e6e4f247ff402037acdd67d9f /lang/smalltalk
parent30e5ab044ec0cc3766f32a12c58ce90997bf5f24 (diff)
downloadpkgsrc-7a0f4036263305f96a0ef630698303a89d927175.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/Makefile5
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