From 505dca306954c8f1de39a574671f214282130774 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sat, 6 Apr 2002 16:55:15 +0000 Subject: add ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-ppc because these are the only cpu's for which the required assembly code has been written. --- lang/smalltalk/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang') 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" -- cgit v1.2.3