git: 616f488c0b6c - main - dns/dnsjit: Use USES=luajit (defaults to luajit-devel)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 01:03:21 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=616f488c0b6ce6992b4fb532d18e9b97e37c2185 commit 616f488c0b6ce6992b4fb532d18e9b97e37c2185 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-10-15 01:03:16 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-10-15 01:03:16 +0000 dns/dnsjit: Use USES=luajit (defaults to luajit-devel) --- dns/dnsjit/Makefile | 4 ++-- 1 file 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