aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc42-withgcjawt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc42-withgcjawt/Makefile')
-rw-r--r--lang/gcc42-withgcjawt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile
index ad41a1019cd..2883ee57652 100644
--- a/lang/gcc42-withgcjawt/Makefile
+++ b/lang/gcc42-withgcjawt/Makefile
@@ -14,5 +14,9 @@ DESCR= ${.CURDIR}/pkg-descr
WITH_JAVA_AWT= yes
+.if ${OSVERSION} >= 600105
+BROKEN= Does not compile on FreeBSD >= 6.1
+.endif
+
MASTERDIR= ${.CURDIR}/../../lang/gcc41
.include "${MASTERDIR}/Makefile"