git: 094400ab013b - main - devel/luv: switch powerpc to luajit-openresty like other architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 22:24:04 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=094400ab013b8e469a2d4cc77a3397ef910e739c commit 094400ab013b8e469a2d4cc77a3397ef910e739c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-02-01 22:17:26 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-02-01 22:17:26 +0000 devel/luv: switch powerpc to luajit-openresty like other architectures --- devel/luv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/luv/Makefile b/devel/luv/Makefile index b3d932b7c892..e2cf987cac37 100644 --- a/devel/luv/Makefile +++ b/devel/luv/Makefile @@ -32,7 +32,7 @@ LUAJIT_LIB_DEPENDS= ${LUAJIT_LIB_DEPENDS_${ARCH}} LUAJIT_LIB_DEPENDS_aarch64= libluajit-5.1.so:lang/luajit-openresty LUAJIT_LIB_DEPENDS_amd64= libluajit-5.1.so:lang/luajit-openresty LUAJIT_LIB_DEPENDS_i386= libluajit-5.1.so:lang/luajit-openresty -LUAJIT_LIB_DEPENDS_powerpc= libluajit-5.1.so:lang/luajit +LUAJIT_LIB_DEPENDS_powerpc= libluajit-5.1.so:lang/luajit-openresty LUAJIT_LIB_DEPENDS_powerpc64= libluajit-5.1.so:lang/luajit-openresty LUAJIT_LIB_DEPENDS_powerpc64le= libluajit-5.1.so:lang/luajit-openresty LUAJIT_CMAKE_ON= -DWITH_LUA_ENGINE=LuaJIT