aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/TenDRA/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
index 0352b7570e6d..aa268b976103 100644
--- a/lang/TenDRA/Makefile
+++ b/lang/TenDRA/Makefile
@@ -28,6 +28,10 @@ TENDRA_ARCH= ${ARCH:S/i386/80x86/}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800000
+BROKEN= does not build
+.endif
+
.if ${ARCH} == "i386"
PLIST_SUB+= ONLY_FOR_I386=""
.else