git: abe177db9a67 - main - net-mgmt/fastnetmon: use luajit on other luajit-capable architectures

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 19 Apr 2022 12:09:33 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abe177db9a67ba68f8f67610c7bcc8a1e3e222a9

commit abe177db9a67ba68f8f67610c7bcc8a1e3e222a9
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-18 21:46:15 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-19 12:09:17 +0000

    net-mgmt/fastnetmon: use luajit on other luajit-capable architectures
---
 net-mgmt/fastnetmon/Makefile | 4 ++--
 1 file 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 \