aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2021-08-11 11:36:31 +0000
committerRenato Botelho <garga@FreeBSD.org>2021-08-11 11:40:21 +0000
commit85f45073be56941e9ac49776f0a479ec8ddb11dd (patch)
tree234df9bb29e3efe7846254c24b63982bd679201b
parent46e3f5f43bd7773cd1177efc4a204a35862d8cbb (diff)
downloadports-85f45073be56941e9ac49776f0a479ec8ddb11dd.tar.gz
ports-85f45073be56941e9ac49776f0a479ec8ddb11dd.zip
security/suricata: Use lang/luajit-openresty
Change optional LUAJIT dependency to lang/luajit-openresty and make it possible to build it on aarch64 PR: 257749 Approved by: Franco Fichtner <franco@opnsense.org> (maintainer) Obtained from: pfSense Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--security/suricata/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/suricata/Makefile b/security/suricata/Makefile
index f97ef9fc56f2..2ab4775f32cd 100644
--- a/security/suricata/Makefile
+++ b/security/suricata/Makefile
@@ -1,6 +1,6 @@
PORTNAME= suricata
DISTVERSION= 6.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= https://www.openinfosecfoundation.org/download/
@@ -71,7 +71,7 @@ HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan
IPFW_CONFIGURE_ON= --enable-ipfw
-LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit
+LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
LUAJIT_CONFIGURE_ON= --enable-luajit
LUA_USES= lua:51