summaryrefslogtreecommitdiff
path: root/lang/TenDRA
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-11-01 07:48:06 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-11-01 07:48:06 +0000
commit15fa2e89c2634c0f573ffced0b64bb53cfe65723 (patch)
treef9902c1276b7db79eb877415383987104272ebb8 /lang/TenDRA
parentDelete needless *_DEPENDS. (diff)
This port builds fine on RELENG_4, so don't mark it BROKEN there.
It's still broken on a recent -current, though, but an OSVERSION value more specific than 500000 should probably be used. Note that this port still doesn't build (more specifically, doesn't install) on bento, since it uses uname(3) to determine the system version, and bento doesn't fake it (it fakes uname(1)). Discussed with: kris Approved by: obrien
Notes
Notes: svn path=/head/; revision=69242
Diffstat (limited to 'lang/TenDRA')
-rw-r--r--lang/TenDRA/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
index 0a0a73a3b8a4..0b3938d07c2e 100644
--- a/lang/TenDRA/Makefile
+++ b/lang/TenDRA/Makefile
@@ -16,10 +16,12 @@ MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/ \
MAINTAINER= obrien@FreeBSD.org
-BROKEN= "Does not build"
-
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 500000
+BROKEN= "Does not build"
+.endif
+
ONLY_FOR_ARCHS= i386
OSRELEASE!= uname -r
PLIST_SUB= OSRELEASE=${OSRELEASE}