Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-10-15 04:03:16 +0300
committerAdam Weinberger <adamw@FreeBSD.org>2022-10-15 04:03:16 +0300
commit616f488c0b6ce6992b4fb532d18e9b97e37c2185 (patch)
tree143c160055f0e6bb70cda22baff6c19d41f1391e /dns
parent9f2f3869d4299a18467d6297367b07acbe33fa62 (diff)
dns/dnsjit: Use USES=luajit (defaults to luajit-devel)
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsjit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsjit/Makefile b/dns/dnsjit/Makefile
index 270acd1589e4..60a291428708 100644
--- a/dns/dnsjit/Makefile
+++ b/dns/dnsjit/Makefile
@@ -1,6 +1,7 @@
PORTNAME= dnsjit
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= dns net
MAINTAINER= freebsd@dns.company
@@ -13,13 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libck.so:devel/concurrencykit \
libgnutls.so:security/gnutls \
liblmdb.so:databases/lmdb \
- libluajit-5.1.so:lang/luajit-openresty \
libpcap.so:net/libpcap \
liblz4.so:archivers/liblz4 \
libzstd.so:archivers/zstd
# Mind PR 262976 about libpcap
-USES= autoreconf libtool pkgconfig
+USES= autoreconf libtool luajit pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= DNS-OARC