From owner-svn-ports-all@FreeBSD.ORG Mon Dec 10 11:30:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 37898206; Mon, 10 Dec 2012 11:30:01 +0000 (UTC) Date: Mon, 10 Dec 2012 11:30:01 +0000 From: Alexey Dokuchaev To: "Jason E. Hale" Subject: Re: svn commit: r308575 - head/lang/qore Message-ID: <20121210113001.GO34139@FreeBSD.org> References: <201212100012.qBA0CZrl068641@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201212100012.qBA0CZrl068641@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Dec 2012 11:30:01 -0000 On Mon, Dec 10, 2012 at 12:12:35AM +0000, Jason E. Hale wrote: > New Revision: 308575 > URL: http://svnweb.freebsd.org/changeset/ports/308575 > > BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ > ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison You could've dropped ${LOCALBASE}/bin/ for bison(1) here, as there is no conflict like in flex(1) case. It would be awesome if port could be fixed to use flex(1) from the base though. ./danfe