aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 37f53932a44d..ea15cf3f0db4 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -40,10 +40,15 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
.endif
USE_BZIP2= yes
+USE_GCC= yes
HAS_CONFIGURE= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "arm"
+BROKEN= Does not compile on arm
+.endif
+
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -n freebsd
CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"