git: 645814b2fdf4 - main - lang/emilua: switch to default luajit to fix build on powerpc64*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Aug 2025 21:39:08 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=645814b2fdf4d1cd721ee325763c250c9715f5fd
commit 645814b2fdf4d1cd721ee325763c250c9715f5fd
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-08-02 21:05:51 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-08-03 21:39:00 +0000
lang/emilua: switch to default luajit to fix build on powerpc64*
powerpc64* will default to luajit-openresty, while other architectures
will use the default luajit port, same as now.
---
lang/emilua/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/emilua/Makefile b/lang/emilua/Makefile
index 6739ddb2e170..469315978d43 100644
--- a/lang/emilua/Makefile
+++ b/lang/emilua/Makefile
@@ -26,7 +26,7 @@ LIB_DEPENDS= libserd-0.so:devel/serd \
libsord-0.so:devel/sord \
libfmt.so:devel/libfmt
-USES= localbase luajit:luajit meson ncurses pathfix \
+USES= localbase luajit meson ncurses pathfix \
pkgconfig ssl
USE_GITLAB= yes