git: 3f547f88def3 - main - www/luakit: switch to USES=luajit to avoid package conflicts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jul 2024 02:00:29 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f547f88def3aad776c60fdbfecb6a279cc61b75 commit 3f547f88def3aad776c60fdbfecb6a279cc61b75 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-07-27 01:27:51 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-07-27 02:00:12 +0000 www/luakit: switch to USES=luajit to avoid package conflicts PR: 280454 Reported by: LuMiWa --- www/luakit-devel/Makefile | 3 ++- www/luakit/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www/luakit-devel/Makefile b/www/luakit-devel/Makefile index 542a86c39496..37aee32647cc 100644 --- a/www/luakit-devel/Makefile +++ b/www/luakit-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= luakit DISTVERSION= 2.3.6-7 DISTVERSIONSUFFIX= -g0bc0e39 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www PKGNAMESUFFIX= -devel @@ -34,7 +35,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS LUAJIT OPTIONS_DEFAULT= LUAJIT LUAJIT_DESC= Use the Just-In-Time compiler for lua -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit +LUAJIT_USES= luajit LUAJIT_MAKE_ARGS= USE_LUAJIT=1 LUAJIT_MAKE_ARGS_OFF= USE_LUAJIT=0 diff --git a/www/luakit/Makefile b/www/luakit/Makefile index 6c623c41d3dc..65ce96d69a1c 100644 --- a/www/luakit/Makefile +++ b/www/luakit/Makefile @@ -1,5 +1,6 @@ PORTNAME= luakit DISTVERSION= 2.3.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www @@ -31,7 +32,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS LUAJIT OPTIONS_DEFAULT= LUAJIT LUAJIT_DESC= Use the Just-In-Time compiler for lua -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit +LUAJIT_USES= luajit LUAJIT_MAKE_ARGS= USE_LUAJIT=1 LUAJIT_MAKE_ARGS_OFF= USE_LUAJIT=0