Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2019 06:45:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513105 - in head/databases: mysql57-client percona57-client
Message-ID:  <201909280645.x8S6jQ5b060737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 28 06:45:25 2019
New Revision: 513105
URL: https://svnweb.freebsd.org/changeset/ports/513105

Log:
  Make the build dependency more accurate

Modified:
  head/databases/mysql57-client/Makefile
  head/databases/percona57-client/Makefile

Modified: head/databases/mysql57-client/Makefile
==============================================================================
--- head/databases/mysql57-client/Makefile	Sat Sep 28 06:09:42 2019	(r513104)
+++ head/databases/mysql57-client/Makefile	Sat Sep 28 06:45:25 2019	(r513105)
@@ -37,7 +37,7 @@ OPTIONS_GROUP_PLUGINS=	SASLCLIENT
 SASLCLIENT_DESC=	SASL client plugin module
 SASLCLIENT_CMAKE_BOOL=	WITH_AUTHENTICATION_LDAP
 SASLCLIENT_LIB_DEPENDS=		libsasl2.so:security/cyrus-sasl2
-SASLCLIENT_BUILD_DEPENDS=	${LOCALBASE}/include/sasl/sasl.h:net/openldap24-sasl-client
+SASLCLIENT_BUILD_DEPENDS=	${LOCALBASE}/include/lber.h:net/openldap24-sasl-client
 OPTIONS_DEFAULT+=	SASLCLIENT
 
 # issue 166367: adding symlinks for back-compatibility with ${lib}_r

Modified: head/databases/percona57-client/Makefile
==============================================================================
--- head/databases/percona57-client/Makefile	Sat Sep 28 06:09:42 2019	(r513104)
+++ head/databases/percona57-client/Makefile	Sat Sep 28 06:45:25 2019	(r513105)
@@ -37,7 +37,7 @@ OPTIONS_GROUP_PLUGINS=	SASLCLIENT
 SASLCLIENT_DESC=	SASL client plugin module
 SASLCLIENT_CMAKE_BOOL=	WITH_AUTHENTICATION_LDAP
 SASLCLIENT_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
-SASLCLIENT_BUILD_DEPENDS=	${LOCALBASE}/include/sasl/sasl.h:net/openldap24-sasl-client
+SASLCLIENT_BUILD_DEPENDS=	${LOCALBASE}/include/lber.h:net/openldap24-sasl-client
 OPTIONS_DEFAULT+=	SASLCLIENT
 OPTIONS_SUB=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909280645.x8S6jQ5b060737>