Created attachment 272548 [details] Path to Makefile After the Update 4.23.8_1, fails to build dependency on databases/lmdb0 has wrong PKGNAME of 'lmdb' but should be 'lmdb0' Pathc attached for Makefile, fixed build for me. -_LMDB_DEPDENDS= lmdb>=0.9.16:databases/lmdb0 +_LMDB_DEPDENDS= lmdb0>=0.9.16:databases/lmdb0