aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-19 12:43:34 +0800
committerkris <kris@FreeBSD.org>2004-04-19 12:43:34 +0800
commitaa1544468f62b93309e2b4ab252e3f85e8ba0795 (patch)
tree39637dd625a188df4297e4803787ae0fbf07a823 /sysutils
parent5d08d2f13b9f9666df9ce4b576a63d9dbbfcd88b (diff)
downloadfreebsd-ports-gnome-aa1544468f62b93309e2b4ab252e3f85e8ba0795.tar.gz
freebsd-ports-gnome-aa1544468f62b93309e2b4ab252e3f85e8ba0795.tar.zst
freebsd-ports-gnome-aa1544468f62b93309e2b4ab252e3f85e8ba0795.zip
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