git: dbf7b69ad1dc - main - textproc/meilisearch: Add libzstd.so to LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Apr 2023 00:37:22 UTC
The branch main has been updated by ashish:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dbf7b69ad1dc7531c19d3cd4b5a20b69a7c3c42b
commit dbf7b69ad1dc7531c19d3cd4b5a20b69a7c3c42b
Author: Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2023-04-08 00:28:42 +0000
Commit: Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2023-04-08 00:28:42 +0000
textproc/meilisearch: Add libzstd.so to LIB_DEPENDS
---
textproc/meilisearch/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/textproc/meilisearch/Makefile b/textproc/meilisearch/Makefile
index af9a907923ad..2fe1da2dc835 100644
--- a/textproc/meilisearch/Makefile
+++ b/textproc/meilisearch/Makefile
@@ -1,6 +1,7 @@
PORTNAME= meilisearch
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://github.com/meilisearch/mini-dashboard/releases/download/v${DASHBOARD_VERSION}/build.zip?dummy=/:mini_dashboard_assets \
SF/mecab/mecab-ipadic/2.7.0-20070801/:mecab_ipadic \
@@ -30,7 +31,7 @@ WWW= https://www.meilisearch.com/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= zstd>0:archivers/zstd
+LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cargo pkgconfig
USE_GITHUB= yes