diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 06:25:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 06:25:50 +0000 |
commit | 60a024cf3f10a28ddcbdcc151c840491b36c3e8f (patch) | |
tree | 0564d84136ed25b79644ee7471d80900e91259e6 | |
parent | Upgrade the distfile to 3.17.4 in an attempt to get this port building (diff) |
Unconditionalize the BROKEN tag; this port doesn't compile on any current
version of FreeBSD (it chokes on system headers).
Notes
Notes:
svn path=/head/; revision=46503
-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 62668c9b124e..b125fe60b765 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 |