aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/fastnetmon
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-18 21:46:15 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-19 12:09:17 +0000
commitabe177db9a67ba68f8f67610c7bcc8a1e3e222a9 (patch)
tree07c8c90b605f43afb18df34856fbfff606bafdae /net-mgmt/fastnetmon
parent5c312b3299d37906734c2bce704131c24d13c1f7 (diff)
downloadports-abe177db9a67ba68f8f67610c7bcc8a1e3e222a9.tar.gz
ports-abe177db9a67ba68f8f67610c7bcc8a1e3e222a9.zip
net-mgmt/fastnetmon: use luajit on other luajit-capable architectures
Diffstat (limited to 'net-mgmt/fastnetmon')
-rw-r--r--net-mgmt/fastnetmon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile
index 877a2dcdaa46..437ae4561967 100644
--- a/net-mgmt/fastnetmon/Makefile
+++ b/net-mgmt/fastnetmon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fastnetmon
PORTVERSION= 1.1.4
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-mgmt security
MAINTAINER= farrokhi@FreeBSD.org
@@ -45,7 +45,7 @@ CMAKE_INSTALL_PREFIX= ${PREFIX}
.include <bsd.port.pre.mk>
-.if ${ARCH} == amd64 || ${ARCH} == i386
+.if ${ARCH} == amd64 || ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc
LIB_DEPENDS+= libluajit-5.1.so:lang/luajit
.elif ${ARCH:Mpowerpc64*}
EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_fast__library.h \