diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 04:43:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 04:43:34 +0000 |
commit | c01dd9ab82fcaca88aa8cccae73f5cbb724b1554 (patch) | |
tree | bbd6e46634a0ab0220017718f14ca80df268ff7a /sysutils | |
parent | BROKEN: Does not compile (diff) |
BROKEN on 4.x: Does not fetch
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/top/Makefile | 4 |
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 |