aboutsummaryrefslogtreecommitdiff
path: root/lang/TenDRA/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-03 02:52:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-03 02:52:33 +0000
commitaae4e4ea89162bf41b0bf68c9097130c23724276 (patch)
tree6a484129bb10d362680f3518bed765d679de6b0f /lang/TenDRA/Makefile
parent31f1a8ed6aa8487725fefb3bf34049caaa307a6d (diff)
downloadports-aae4e4ea89162bf41b0bf68c9097130c23724276.tar.gz
ports-aae4e4ea89162bf41b0bf68c9097130c23724276.zip
Notes
Diffstat (limited to 'lang/TenDRA/Makefile')
-rw-r--r--lang/TenDRA/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
index 838f9d3e29dc..9b77441359c3 100644
--- a/lang/TenDRA/Makefile
+++ b/lang/TenDRA/Makefile
@@ -12,7 +12,11 @@ MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/
MAINTAINER= rnordier@FreeBSD.org
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400000
BROKEN= "Does not compile."
+.endif
ONLY_FOR_ARCHS= i386
OSRELEASE!= uname -r
@@ -75,4 +79,4 @@ post-install:
${CHOWN} ${MANOWN}:${MANGRP} ${MAN5} && \
${CHMOD} ${MANMODE} ${MAN5})
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>