svn commit: r489749 - head/security/krb5-117

Cy Schubert cy at FreeBSD.org
Wed Jan 9 03:19:13 UTC 2019


Author: cy
Date: Wed Jan  9 03:19:12 2019
New Revision: 489749
URL: https://svnweb.freebsd.org/changeset/ports/489749

Log:
  LMDB requires LDAP.

Modified:
  head/security/krb5-117/Makefile

Modified: head/security/krb5-117/Makefile
==============================================================================
--- head/security/krb5-117/Makefile	Wed Jan  9 03:04:30 2019	(r489748)
+++ head/security/krb5-117/Makefile	Wed Jan  9 03:19:12 2019	(r489749)
@@ -54,6 +54,7 @@ LDAP_CONFIGURE_WITH=	ldap
 LMDB_DESC=		OpenLDAP Lightning Memory-Mapped Database support
 LMDB_CONFIGURE_WITH=	lmdb
 LMDB_LIB_DEPENDS=	liblmdb.so:databases/lmdb
+LMDB_IMPLIES=		LDAP
 NLS_USES=		gettext
 READLINE_USES=		readline
 READLINE_PORT_DESC=	Command line editing via devel/readline


More information about the svn-ports-head mailing list