git: b721594cc361 - main - dns/knot-resolver: Use USES=luajit (defaults to luajit-devel)

From: Adam Weinberger <adamw_at_FreeBSD.org>
Date: Sat, 15 Oct 2022 21:49:55 UTC
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b721594cc3616c7094b13464e0a002495c325532

commit b721594cc3616c7094b13464e0a002495c325532
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2022-10-15 21:49:49 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2022-10-15 21:49:49 +0000

    dns/knot-resolver: Use USES=luajit (defaults to luajit-devel)
---
 dns/knot-resolver/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile
index dc5ec6e138d3..9e7f80b8d1c9 100644
--- a/dns/knot-resolver/Makefile
+++ b/dns/knot-resolver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	knot-resolver
 DISTVERSION=	5.5.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 MASTER_SITES=	https://secure.nic.cz/files/knot-resolver/ \
 		https://dns.company/downloads/knot-resolver/
@@ -22,15 +22,14 @@ LIB_DEPENDS=	libdnssec.so:dns/knot3-lib \
 		libgnutls.so:security/gnutls \
 		libknot.so:dns/knot3-lib \
 		liblmdb.so:databases/lmdb \
-		libluajit-5.1.so:lang/luajit-openresty \
 		libnghttp2.so:www/libnghttp2 \
 		libuv.so:devel/libuv \
 		libzscanner.so:dns/knot3-lib
 
 RUN_DEPENDS=	lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51
 
-USES=		compiler:c11 libedit libtool meson ncurses ninja pkgconfig \
-		python:3.5+,build shebangfix tar:xz
+USES=		compiler:c11 libedit libtool luajit meson ncurses ninja \
+		pkgconfig python:3.5+,build shebangfix tar:xz
 
 USE_CXXSTD=	c++11