git: 205c8a2db8a6 - main - devel/appstream: Fix dependency on lmdb0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jul 2026 18:38:09 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=205c8a2db8a6dc41f395773490e62c90c208717c
commit 205c8a2db8a6dc41f395773490e62c90c208717c
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-07-06 18:37:14 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-07-06 18:37:14 +0000
devel/appstream: Fix dependency on lmdb0
PR: 296530 296560
---
devel/appstream/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/appstream/Makefile b/devel/appstream/Makefile
index 7fbb166a5b4d..8cc3ca0392f2 100644
--- a/devel/appstream/Makefile
+++ b/devel/appstream/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= bash-completion>0:shells/bash-completion \
docbook-xsl>=0:textproc/docbook-xsl \
gperf>0:devel/gperf \
itstool:textproc/itstool \
- lmdb>0:databases/lmdb0
+ lmdb0>0:databases/lmdb0
LIB_DEPENDS?= libcurl.so:ftp/curl \
libstemmer.so:textproc/snowballstemmer \
libxmlb.so:textproc/libxmlb \