From owner-svn-ports-all@FreeBSD.ORG Mon Jun 15 20:52:42 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4A8B234; Mon, 15 Jun 2015 20:52:42 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2C53870; Mon, 15 Jun 2015 20:52:42 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FKqgYa067426; Mon, 15 Jun 2015 20:52:42 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FKqgmn067425; Mon, 15 Jun 2015 20:52:42 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201506152052.t5FKqgmn067425@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Mon, 15 Jun 2015 20:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389751 - head/devel/libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 20:52:43 -0000 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