git: f018e816b2fe - main - textproc/quickwit: Fix LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Dec 2023 11:50:14 UTC
The branch main has been updated by ashish:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f018e816b2fe74daaf0f776978e2231e7886d9cb
commit f018e816b2fe74daaf0f776978e2231e7886d9cb
Author: Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2023-12-13 09:16:57 +0000
Commit: Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2023-12-13 11:50:05 +0000
textproc/quickwit: Fix LIB_DEPENDS
Reported by: vanilla
---
textproc/quickwit/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/textproc/quickwit/Makefile b/textproc/quickwit/Makefile
index 4776bcc72e65..78ce291dfefa 100644
--- a/textproc/quickwit/Makefile
+++ b/textproc/quickwit/Makefile
@@ -1,6 +1,7 @@
PORTNAME= quickwit
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.5
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= ashish@FreeBSD.org
@@ -11,8 +12,7 @@ LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE_AGPLv3.0.txt
BUILD_DEPENDS= ${LOCALBASE}/bin/protoc:devel/protobuf
-LIB_DEPENDS= libonig.so:devel/oniguruma \
- libzstd.so:archivers/zstd
+LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cargo pkgconfig
USE_GITHUB= yes