benchmarks/sysbench: fix build on powerpc64le

This commit is contained in:
Piotr Kubaj 2021-02-14 17:47:02 +00:00
parent 967479e476
commit 7374706d86

View File

@ -32,7 +32,7 @@ PGSQL_USES= pgsql
.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