Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 18:56:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361817 - head/net/openldap24-server
Message-ID:  <201407141856.s6EIu0ud032618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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