summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:09:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:09:08 +0000
commitbcdd710690dd1fd94743f6373bd75a79c71fa6af (patch)
tree083d05815a5f6b8b73a18c4c424a242681bf117a /lang
parentBROKEN: Fails to patch (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81227
Diffstat (limited to 'lang')
-rw-r--r--lang/m3gdb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/m3gdb/Makefile b/lang/m3gdb/Makefile
index 20fda8bb76b7..5eb397e48755 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