aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/top/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/top/Makefile')
-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