diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2025-08-07 11:39:54 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2025-08-07 11:39:54 +0000 |
| commit | 908e15d5ce2ecd11109bf4085b7c33d2a128804b (patch) | |
| tree | 11f6a48a0a9a6e7e15bee3762ae2abdfcc151731 | |
| parent | 43f4f5406e967d12da97e8e3db3f3a03f173f149 (diff) | |
graphics/gimp3-app: mark LUAJIT option as broken (+)
Unfortunately, our luajit cannot utilize devel/lua-lgi module to get full lua scripting support in GIMP3.
Moreover, GIMP3 is declared only Lua 5.1 compatibility yet.
PR: 288623
| -rw-r--r-- | graphics/gimp3-app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp3-app/Makefile b/graphics/gimp3-app/Makefile index e8f8239db386..c240f0ef4fef 100644 --- a/graphics/gimp3-app/Makefile +++ b/graphics/gimp3-app/Makefile @@ -125,6 +125,7 @@ LUA_RUN_DEPENDS= ${LUA_REFMODLIBDIR}/lgi/corelgilua${LUA_VER_STR}.so:devel/lua-l LUAJIT_DESC?= Lua scripting language support via Luajit LUAJIT_USES= luajit +LUAJIT_BROKEN= LuaJIT cannot use devel/lua-lgi module yet LUA_NONE_DESC?= Disable Lua scripting language support LUA_NONE_MESON_FALSE= lua |
