svn commit: r361817 - head/net/openldap24-server

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 14 18:56:01 UTC 2014


Author: bapt
Date: Mon Jul 14 18:56:00 2014
New Revision: 361817
URL: http://svnweb.freebsd.org/changeset/ports/361817
QAT: https://qat.redports.org/buildarchive/r361817/

Log:
  Modernize LIB_DEPENDS

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Mon Jul 14 18:54:55 2014	(r361816)
+++ head/net/openldap24-server/Makefile	Mon Jul 14 18:56:00 2014	(r361817)
@@ -192,7 +192,7 @@ CONFIGURE_ARGS+=	--without-fetch
 .endif
 
 .if ${PORT_OPTIONS:MSASL}
-LIB_DEPENDS+=		sasl2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+=		libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
 CONFIGURE_ARGS+=	--with-cyrus-sasl
 .else
 CONFIGURE_ARGS+=	--without-cyrus-sasl


More information about the svn-ports-all mailing list