git: 43bc8876f36f - main - mail/rspamd: no need to use luajit-openresty on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 16:20:21 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=43bc8876f36f97e79d8495eeb6c425c969ea1b6b commit 43bc8876f36f97e79d8495eeb6c425c969ea1b6b Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-01 16:18:38 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-01 16:18:38 +0000 mail/rspamd: no need to use luajit-openresty on powerpc --- mail/rspamd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index be9f6dcf1927..42dd065ac464 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -80,7 +80,7 @@ LUAJIT_CMAKE_OFF= -DENABLE_LUAJIT=OFF .include <bsd.port.options.mk> -.if ${ARCH:Mpowerpc*} +.if ${ARCH:Mpowerpc64*} LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty .endif