aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-23 17:35:50 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-23 17:35:50 +0000
commit290ba1319058cf66b912dac63be2d3ecc1e4399b (patch)
treeaf90862bee337d8590f1a8be8c595fbe6d8bfb4c /security
parent362e250dd2376d64bd9a7d386ab9e3655ec01083 (diff)
downloadports-290ba1319058cf66b912dac63be2d3ecc1e4399b.tar.gz
ports-290ba1319058cf66b912dac63be2d3ecc1e4399b.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/snort3/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/snort3/Makefile b/security/snort3/Makefile
index 3ea3b6ab0bda..eacee99e2270 100644
--- a/security/snort3/Makefile
+++ b/security/snort3/Makefile
@@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpcre.so:devel/pcre \
libdnet.so:net/libdnet \
libpcap.so:net/libpcap \
- libluajit-5.1.so:lang/luajit \
libhwloc.so:devel/hwloc \
libuuid.so:misc/e2fsprogs-libuuid \
libdaq.so:net/libdaq
@@ -59,6 +58,12 @@ CONFLICTS= snort-2*
.include <bsd.port.options.mk>
+.if ${ARCH} == powerpc64
+LIB_DEPENDS+= libluajit-5.1.so:lang/luajit-openresty
+.else
+LIB_DEPENDS+= libluajit-5.1.so:lang/luajit
+.endif
+
.if ${PORT_OPTIONS:MHYPERSCAN}
PLIST_SUB+= HYPERSCAN=""
.else