Skip to content

Commit

Permalink
ldb: add dependency on openldap-client to fix PLIST mismatches.
Browse files Browse the repository at this point in the history
From Michael Moll via Pull Request.
Fixes #45.
  • Loading branch information
bsiegert committed Apr 4, 2019
1 parent 581c68a commit 1e4cc62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion databases/ldb/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.3 2019/03/29 09:52:00 prlw1 Exp $
# $NetBSD: Makefile,v 1.4 2019/04/04 08:07:54 bsiegert Exp $

# Before updating, make sure net/samba4 supports the newer version.
DISTNAME= ldb-1.5.4
PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.samba.org/ftp/ldb/

Expand Down Expand Up @@ -62,6 +63,7 @@ CONFIGURE_ARGS+= --without-ldb-lmdb
.endif

.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../databases/tdb/buildlink3.mk"
.include "../../devel/cmocka/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
Expand Down

0 comments on commit 1e4cc62

Please sign in to comment.