aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormew14930xvi <mew14930xvi@inbox.lv>2024-07-27 01:27:51 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-07-27 02:00:46 +0000
commit9b8b60e8b431fa448b01f185a782e378c5d7885c (patch)
tree4178d589c8335beff728eca7defff85a000f8e18
parentfe2724ba200f03f305e3a1d0df53fe5c87bf8264 (diff)
downloadports-9b8b60e8b431fa448b01f185a782e378c5d7885c.tar.gz
ports-9b8b60e8b431fa448b01f185a782e378c5d7885c.zip
www/luakit: switch to USES=luajit to avoid package conflicts
PR: 280454 Reported by: LuMiWa (cherry picked from commit 3f547f88def3aad776c60fdbfecb6a279cc61b75)
-rw-r--r--www/luakit-devel/Makefile3
-rw-r--r--www/luakit/Makefile3
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 94bcce0d71bd..0c2cc242584f 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
@@ -29,7 +30,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