summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-19 04:43:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-19 04:43:34 +0000
commitc01dd9ab82fcaca88aa8cccae73f5cbb724b1554 (patch)
treebbd6e46634a0ab0220017718f14ca80df268ff7a /sysutils
parentBROKEN: Does not compile (diff)
BROKEN on 4.x: Does not fetch
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/top/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile
index c4b57dafaa2a..e9f220280fb1 100644
--- a/sysutils/top/Makefile
+++ b/sysutils/top/Makefile
@@ -48,6 +48,10 @@ FREEBSDFILES= machine.c sigdesc.h top.local.1
OSREV!= ${UNAME} -r | ${TR} -cd A-Za-z0-9
+.if ${OSVERSION} >= 490102 && ${OSVERSION} < 500000
+BROKEN= "Does not fetch on 4.10"
+.endif
+
.if ${OSVERSION} < 470000
IGNORE= "This port is not supported for this OS version."
.endif