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:12 +0000
commit3f547f88def3aad776c60fdbfecb6a279cc61b75 (patch)
tree2f403f083aa98d2586449c1b93b17a2d5dfddb3e
parente2b8d2a6176627276e35eb607d81bf3e474e41f4 (diff)
www/luakit: switch to USES=luajit to avoid package conflicts
PR: 280454 Reported by: LuMiWa
-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 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