Index: sysutils/lsof/Makefile =================================================================== --- sysutils/lsof/Makefile (revision 376068) +++ sysutils/lsof/Makefile (working copy) @@ -41,8 +41,8 @@ .include -.if ${ARCH} == "arm" -BROKEN= Does not compile on arm +.if ${ARCH} == "arm" && ( ( ${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