aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-08-29 03:57:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-08-29 03:57:03 +0000
commit571dd5eabdb2b271659af184381b78efee1cf039 (patch)
treeea84b9e4cec4ae7a7391fe1c655444fed97a698f /lang
parentbe98b222be3646670a08f4ad80cc1d76845f9acf (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/TenDRA/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
index 11146e5a8753..99043b30f734 100644
--- a/lang/TenDRA/Makefile
+++ b/lang/TenDRA/Makefile
@@ -16,7 +16,10 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A portable BSD-licensed compiler suite
CONFLICTS= swi-pl* slffea-* tcc-*
-ONLY_FOR_ARCHS= i386 alpha
+ONLY_FOR_ARCHS= i386
+
+DEPRECATED= website disappeared; only the FTP archives remain; last release 2006
+EXPIRATION_DATE= 2011-10-28
DIST_SUBDIR= ${PKGBASE}
MANCOMPRESSED= yes
@@ -28,8 +31,8 @@ TENDRA_ARCH= ${ARCH:S/i386/80x86/}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700000
-#BROKEN= does not build
+.if ${OSVERSION} >= 900035
+BROKEN= Does not compile on recent FreeBSD-9
.endif
.if ${ARCH} == "i386"