git: 499d9dac7b58 - main - security/suricata: Use USES=luajit (defaults to luajit-devel)

From: Adam Weinberger <adamw_at_FreeBSD.org>
Date: Sat, 15 Oct 2022 01:08:12 UTC
The branch main has been updated by adamw:

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

commit 499d9dac7b581a371bca78bcbfb643eed7c86cbf
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2022-10-15 01:08:08 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2022-10-15 01:08:08 +0000

    security/suricata: Use USES=luajit (defaults to luajit-devel)
---
 security/suricata/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/suricata/Makefile b/security/suricata/Makefile
index 37ab3e6a7b56..27cba749e1d7 100644
--- a/security/suricata/Makefile
+++ b/security/suricata/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	suricata
 DISTVERSION=	6.0.8
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://www.openinfosecfoundation.org/download/
 
@@ -72,7 +73,7 @@ HYPERSCAN_LIB_DEPENDS=	libhs.so:devel/hyperscan
 
 IPFW_CONFIGURE_ON=	--enable-ipfw
 
-LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit-openresty
+LUAJIT_USES=		luajit
 LUAJIT_CONFIGURE_ON=	--enable-luajit
 
 LUA_USES=		lua:51