aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-01 16:25:29 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-01 16:25:29 +0000
commit0d088f465af12ded4e10a7bd617c6ce12a7e5ff9 (patch)
treeb64013b8718fbff8a9a52a51cda7492a94bcbb1b
parent43bc8876f36f97e79d8495eeb6c425c969ea1b6b (diff)
downloadports-0d088f465af12ded4e10a7bd617c6ce12a7e5ff9.tar.gz
ports-0d088f465af12ded4e10a7bd617c6ce12a7e5ff9.zip
mail/rspamd-devel: use standard luajit on powerpc
-rw-r--r--mail/rspamd-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rspamd-devel/Makefile b/mail/rspamd-devel/Makefile
index 779a3f059edb..26d13f70190c 100644
--- a/mail/rspamd-devel/Makefile
+++ b/mail/rspamd-devel/Makefile
@@ -85,7 +85,7 @@ CGP_RUN_DEPENDS+= \
.include <bsd.port.options.mk>
-.if ${ARCH:Mpowerpc*}
+.if ${ARCH:Mpowerpc64*}
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
USES+= compiler:gcc-c++11-lib
.endif