summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-04-06 16:55:15 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-04-06 16:55:15 +0000
commit505dca306954c8f1de39a574671f214282130774 (patch)
tree50eae7475b8acda514cd2a968b3bc7897c7b88ad /lang
parent83205f533f48a2566042eb3a8337cb862e8dbf90 (diff)
downloadpkgsrc-505dca306954c8f1de39a574671f214282130774.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')
-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"