summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-10-20 05:51:17 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-10-20 05:51:17 +0000
commitc44e82edeb457ede8405cf2a382af3a101df41d1 (patch)
tree9c0b47d8ea6fb9420bce1e88504eea4b835376f8 /lang/smalltalk
parent- update to 4.2.a (diff)
- Mark broken on FreeBSD 6.x
Reported by: pointyhat via pav, erwin
Notes
Notes: svn path=/head/; revision=243077
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 ff95c33227a1..07b757aa6b23 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -53,6 +53,10 @@ LDFLAGS= -L${LOCALBASE}/lib
BROKEN= Fails to install on sparc64
.endif
+.if ${OSVERSION} < 700000
+BROKEN= Bad pkg-plist (fails to detect sdl parts)
+.endif
+
.if defined(WITHOUT_TCLTK)
CONFIGURE_ARGS+= --with-tcl=no
PLIST_SUB+= TCLTK="@comment "