diff options
author | kris <kris@FreeBSD.org> | 2001-08-20 06:25:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-20 06:25:50 +0000 |
commit | 95d7c2da1a0b133dc29c0d0ef53e8f9c40622465 (patch) | |
tree | ac1588c55940cd95639a2055873e70613ee5a57c /lang/TenDRA | |
parent | 326903a3541067e7b8cf4fcc934158f8a5d47a3b (diff) | |
download | FreeBSD-ports-95d7c2da1a0b133dc29c0d0ef53e8f9c40622465.zip FreeBSD-ports-95d7c2da1a0b133dc29c0d0ef53e8f9c40622465.tar.gz |
Unconditionalize the BROKEN tag; this port doesn't compile on any current
version of FreeBSD (it chokes on system headers).
Diffstat (limited to 'lang/TenDRA')
-rw-r--r-- | lang/TenDRA/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile index 62668c9..b125fe6 100644 --- a/lang/TenDRA/Makefile +++ b/lang/TenDRA/Makefile @@ -17,9 +17,7 @@ MAINTAINER= obrien@FreeBSD.org .include <bsd.port.pre.mk> -.if ${OSVERSION} < 400000 BROKEN= "Does not compile." -.endif ONLY_FOR_ARCHS= i386 OSRELEASE!= uname -r |