summaryrefslogtreecommitdiff
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-04-06 16:55:15 +0000
committerdmcmahill <dmcmahill>2002-04-06 16:55:15 +0000
commitdd819dc881395804f02d486a0ca2b8bdf95d0c15 (patch)
tree50eae7475b8acda514cd2a968b3bc7897c7b88ad /lang/smalltalk/Makefile
parentbfaa790abcc9a3955732013b75e2a3a3a32d031b (diff)
downloadpkgsrc-dd819dc881395804f02d486a0ca2b8bdf95d0c15.tar.gz
add ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-ppc
because these are the only cpu's for which the required assembly code has been written.
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index bdacc16a02a..a15d29883c3 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/02/18 15:14:27 seb Exp $
+# $NetBSD: Makefile,v 1.10 2002/04/06 16:55:15 dmcmahill Exp $
#
DISTNAME= smalltalk-1.95.10
@@ -23,6 +23,8 @@ CONFIGURE_ARGS+= --without-glib --without-gtk
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-ppc
+
.include "../../devel/readline/buildlink.mk"
.include "../../lang/tcl/buildlink.mk"
.include "../../x11/tk/buildlink.mk"