diff options
| author | shellingfield@icloud.com <shellingfield@icloud.com> | 2025-01-31 13:55:49 +0100 |
|---|---|---|
| committer | Xavier Beaudouin <kiwi@FreeBSD.org> | 2025-01-31 15:22:10 +0100 |
| commit | c607be8cd776748d68082a9f3fa25e986ce7958c (patch) | |
| tree | 1976bb80915efedb384427072f6d6f9aadbac856 | |
| parent | net/teddycloud: Update 0.6.2 → 0.6.3, update supported architectures (diff) | |
net/samba420: Fix plist library
PR: 284473
Reported by: Oljas Kuzembaev <oljas@oml.su>
Approved by: 0mp (mentor)
Approved by: samba (0mp, kiwi)
Differential Revision: https://reviews.freebsd.org/D48739
| -rw-r--r-- | net/samba420/Makefile | 2 |
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 |
