git: fd4f4e6472fb - main - www/ot-recorder: Fix dependency on lmdb0

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 06 Jul 2026 18:38:08 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd4f4e6472fb92590ecf21c0c0fd1d5087be2265

commit fd4f4e6472fb92590ecf21c0c0fd1d5087be2265
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-07-06 18:36:27 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-07-06 18:36:27 +0000

    www/ot-recorder: Fix dependency on lmdb0
    
    PR:             296530
---
 www/ot-recorder/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/ot-recorder/Makefile b/www/ot-recorder/Makefile
index 5cf8d75e5ea5..13f8c0d19e14 100644
--- a/www/ot-recorder/Makefile
+++ b/www/ot-recorder/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	curl>0:ftp/curl \
 		libconfig>0:devel/libconfig \
-		lmdb>0:databases/lmdb0 \
+		lmdb0>0:databases/lmdb0 \
 		mosquitto>0:net/mosquitto \
 		pkgconf>0:devel/pkgconf