aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-10-15 01:08:08 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2022-10-15 01:08:08 +0000
commit499d9dac7b581a371bca78bcbfb643eed7c86cbf (patch)
tree2b170c41436b030dbefad249a27eda990c914550
parent616f488c0b6ce6992b4fb532d18e9b97e37c2185 (diff)
downloadports-499d9dac7b581a371bca78bcbfb643eed7c86cbf.tar.gz
ports-499d9dac7b581a371bca78bcbfb643eed7c86cbf.zip
security/suricata: Use USES=luajit (defaults to luajit-devel)
-rw-r--r--security/suricata/Makefile3
1 files changed, 2 insertions, 1 deletions
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