summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-08-21 15:43:39 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-08-21 15:43:39 +0000
commitcafed6c4a2fd178ee62a529ff2971c380050cf73 (patch)
tree9cd3f53908153739468e8ea34624ee7fb8aaf696 /lang
parent- Update to 2009l (diff)
Mark BROKEN on 8.x: does not build
Notes
Notes: svn path=/head/; revision=240045
Diffstat (limited to 'lang')
-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