diff options
author | johans <johans@FreeBSD.org> | 2009-10-20 13:51:17 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-10-20 13:51:17 +0800 |
commit | c5cfca3fdf0ab600787243686d98641ed884ddc4 (patch) | |
tree | 98ca77c9acf5f5e6a8c57793ee86c6c72ac4f644 /lang/smalltalk | |
parent | e6363892d771966d59ba1cd5c42df21b8cdce114 (diff) | |
download | freebsd-ports-gnome-c5cfca3fdf0ab600787243686d98641ed884ddc4.tar.gz freebsd-ports-gnome-c5cfca3fdf0ab600787243686d98641ed884ddc4.tar.zst freebsd-ports-gnome-c5cfca3fdf0ab600787243686d98641ed884ddc4.zip |
- Mark broken on FreeBSD 6.x
Reported by: pointyhat via pav, erwin
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 4 |
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 " |