svn commit: r565255 - head/security/snort3

Piotr Kubaj pkubaj at FreeBSD.org
Sun Feb 14 17:43:05 UTC 2021


Author: pkubaj
Date: Sun Feb 14 17:43:05 2021
New Revision: 565255
URL: https://svnweb.freebsd.org/changeset/ports/565255

Log:
  security/snort3: fix build on powerpc64le

Modified:
  head/security/snort3/Makefile

Modified: head/security/snort3/Makefile
==============================================================================
--- head/security/snort3/Makefile	Sun Feb 14 17:33:14 2021	(r565254)
+++ head/security/snort3/Makefile	Sun Feb 14 17:43:05 2021	(r565255)
@@ -58,7 +58,7 @@ CONFLICTS=	snort-2*
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
 LIB_DEPENDS+=	libluajit-5.1.so:lang/luajit-openresty
 .else
 LIB_DEPENDS+=	libluajit-5.1.so:lang/luajit


More information about the svn-ports-all mailing list