aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-01-05 09:29:58 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-01-05 09:29:58 +0000
commit5179ec337c7745a1227482789347b0487fb79536 (patch)
treecf9231e5bf0c163bcb04c5d3b58fb1c73286d269 /sysutils
parent2f70efd363b9fd19c4106830cdc2d850df72643e (diff)
downloadports-5179ec337c7745a1227482789347b0487fb79536.tar.gz
ports-5179ec337c7745a1227482789347b0487fb79536.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lsof/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 87fde0f2a438..aaee83d63c8c 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -41,8 +41,8 @@ SHEBANG_FILES= scripts/sort_res.perl5
.include <bsd.port.pre.mk>
-.if ${ARCH} == "arm"
-BROKEN= Does not compile on arm
+.if !empty(ARCH:Marm*) && ((${OSVERSION} < 1001505) || (${OSVERSION} > 1100000 && ${OSVERSION} < 1100052))
+BROKEN= Not supported on ARM platform below release 10.1 or a more recent current
.endif
CONFIGURE_SCRIPT= Configure