summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-02-03 06:11:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-02-03 06:11:27 +0000
commit19f10e2dfc7715ca0b6ef7e06af82e4ad9eae156 (patch)
tree3acc6edaab74fd8e5cad7239a601cab7e6e89f36 /lang/smalltalk
parentMark as broken on sparc64. (diff)
Mark as broken on sparc64: fails to install.
Notes
Notes: svn path=/head/; revision=227505
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 84303e748b84..85f0cf25aa8f 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -46,6 +46,10 @@ LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Fails to install on sparc64
+.endif
+
.if defined(WITHOUT_TCLTK)
CONFIGURE_ARGS+= --with-tcl=no
PLIST_SUB+= TCLTK="@comment "