Created attachment 591868 [details, diff] Trivial fix net-fs/nfs-utils-2.4.1-r2 has an unconditional dependency on >=dev-db/sqlite-3.3, but the configure script only checks for sqlite under --enable-nfsv4: if test "$enable_nfsv4" = yes; then [...] dnl Check for sqlite3 AC_SQLITE3_VERS Trivial patch attached.