aboutsummaryrefslogtreecommitdiff
path: root/net/samba410/Makefile
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2019-08-22 14:07:54 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2019-08-22 14:07:54 +0000
commit6eda172993058322afa3f119fcccac1d2339ba34 (patch)
tree122a61eb0f650d61c4d5a6e64330561e089f3521 /net/samba410/Makefile
parent19344d20c30fafabe0575497f5ddd168fbde1352 (diff)
downloadports-6eda172993058322afa3f119fcccac1d2339ba34.tar.gz
ports-6eda172993058322afa3f119fcccac1d2339ba34.zip
Fix pkg-plist for i386 arch.
Notes
Notes: svn path=/head/; revision=509598
Diffstat (limited to 'net/samba410/Makefile')
-rw-r--r--net/samba410/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/samba410/Makefile b/net/samba410/Makefile
index 9af63d46d921..3d550419e49f 100644
--- a/net/samba410/Makefile
+++ b/net/samba410/Makefile
@@ -470,10 +470,11 @@ CONFIGURE_ARGS+= --accel-aes=none
# Only for 64-bit architectures
.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc && ${ARCH} != powerpcspe
-. if defined(SAMBA4_BUNDLED_LDB) && ${SAMBA4_BUNDLED_LDB} == yes && ${PORT_OPTIONS:MAD_DC}
+. if defined(SAMBA4_BUNDLED_LDB) && ${SAMBA4_BUNDLED_LDB} == yes && ${PORT_OPTIONS:MAD_DC} || ${PORT_OPTIONS:DEVELOPER}
# LMDB
SAMBA4_LMDB_DEPENDS= lmdb>=0.9.16:databases/lmdb
-PLIST_FILES+= lib/samba4/private/libldb-mdb-int-samba4.so
+PLIST_FILES+= lib/samba4/private/libldb-mdb-int-samba4.so \
+ ${SAMBA4_MODULEDIR}/ldb/mdb.so
. endif
.endif