Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 20:52:42 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389751 - head/devel/libvirt
Message-ID:  <201506152052.t5FKqgmn067425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Mon Jun 15 20:52:42 2015
New Revision: 389751
URL: https://svnweb.freebsd.org/changeset/ports/389751

Log:
  - remove unneeded BUILD_DEPENDS define for SASL option
  
  PR:		200752
  Submitted by:	crest@sahiro.org

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Mon Jun 15 20:37:15 2015	(r389750)
+++ head/devel/libvirt/Makefile	Mon Jun 15 20:52:42 2015	(r389751)
@@ -42,7 +42,6 @@ NLS_CONFIGURE_ENABLE=	nls
 NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
 
 SASL_CONFIGURE_WITH=	sasl
-SASL_BUILD_DEPENDS=	sasl:${PORTSDIR}/security/cyrus-sasl2
 SASL_LIB_DEPENDS=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
 
 VARDIR=		/var



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