Please fix Makefile after the transition of lmdb to lmdb0. diff --git a/databases/ldb29/Makefile b/databases/ldb29/Makefile index 5dbfbb36836..b304c5ae09f 100644 --- a/databases/ldb29/Makefile +++ b/databases/ldb29/Makefile @@ -78,7 +78,7 @@ PYTHON3_PLIST_FILES= ${PKGCONFIGDIR}/pyldb-util${PYTHON_TAG}.pc \ _CFLAGS_clang= -fno-color-diagnostics _LDB_DEPENDS= talloc242>=2.4.2:devel/talloc242 tevent016>=0.16.0:devel/tevent016 \ - tdb1410>=1.4.10:databases/tdb1410 lmdb>=0.9.23:databases/lmdb0 \ + tdb1410>=1.4.10:databases/tdb1410 lmdb0>=0.9.23:databases/lmdb0 \ popt>=0:devel/popt _LDB_BINS= bin/ldbedit bin/ldbmodify bin/ldbadd bin/ldbdel bin/ldbsearch \ bin/ldbrename This patch fixes the issue for me. Thanks.
Already fixed by 7a7dea44149e933dc87f3f116b056e252f1fa2f7