aboutsummaryrefslogtreecommitdiffstats
path: root/lang/m3gdb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/m3gdb')
-rw-r--r--lang/m3gdb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/m3gdb/Makefile b/lang/m3gdb/Makefile
index 20fda8bb76b..5eb397e4875 100644
--- a/lang/m3gdb/Makefile
+++ b/lang/m3gdb/Makefile
@@ -22,6 +22,10 @@ ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not build"
+.endif
+
.if ${PORTOBJFORMAT} == "aout"
BROKEN= does not support a.out systems
.endif