git: 0d088f465af1 - main - mail/rspamd-devel: use standard luajit on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 16:27:14 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0d088f465af12ded4e10a7bd617c6ce12a7e5ff9
commit 0d088f465af12ded4e10a7bd617c6ce12a7e5ff9
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-01 16:25:29 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-01 16:25:29 +0000
mail/rspamd-devel: use standard luajit on powerpc
---
mail/rspamd-devel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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