diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2002-11-01 07:48:06 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2002-11-01 07:48:06 +0000 |
commit | 15fa2e89c2634c0f573ffced0b64bb53cfe65723 (patch) | |
tree | f9902c1276b7db79eb877415383987104272ebb8 | |
parent | eb6df96c4f37b80b8cab8d598a3836be44c7d006 (diff) | |
download | ports-15fa2e89c2634c0f573ffced0b64bb53cfe65723.tar.gz ports-15fa2e89c2634c0f573ffced0b64bb53cfe65723.zip |
Notes
-rw-r--r-- | lang/TenDRA/Makefile | 6 |
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} |