diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2022-10-15 01:08:08 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2022-10-15 01:08:08 +0000 |
commit | 499d9dac7b581a371bca78bcbfb643eed7c86cbf (patch) | |
tree | 2b170c41436b030dbefad249a27eda990c914550 | |
parent | 616f488c0b6ce6992b4fb532d18e9b97e37c2185 (diff) | |
download | ports-499d9dac7b581a371bca78bcbfb643eed7c86cbf.tar.gz ports-499d9dac7b581a371bca78bcbfb643eed7c86cbf.zip |
security/suricata: Use USES=luajit (defaults to luajit-devel)
-rw-r--r-- | security/suricata/Makefile | 3 |
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 |