summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/samba420/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba420/Makefile b/net/samba420/Makefile
index c32635e1f11b..1ef52242b8da 100644
--- a/net/samba420/Makefile
+++ b/net/samba420/Makefile
@@ -530,7 +530,7 @@ DEBUG_FLAGS?= -g -ggdb3 -O0
. if defined(SAMBA4_BUNDLED_LDB) && ${SAMBA4_BUNDLED_LDB} == yes && (${PORT_OPTIONS:MAD_DC} || ${PORT_OPTIONS:MDEVELOPER})
# LMDB
SAMBA4_LMDB_DEPENDS= lmdb>=0.9.16:databases/lmdb
-PLIST_FILES+= ${SAMBA4_LIBDIR}/private/libldb-mdb-int-samba4.so \
+PLIST_FILES+= ${SAMBA4_LIBDIR}/private/libldb-mdb-int-private-samba.so \
${SAMBA4_MODULEDIR}/ldb/mdb.so
. endif
.endif