Date: Mon, 10 Dec 2012 11:30:01 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: "Jason E. Hale" <jhale@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r308575 - head/lang/qore Message-ID: <20121210113001.GO34139@FreeBSD.org> In-Reply-To: <201212100012.qBA0CZrl068641@svn.freebsd.org> References: <201212100012.qBA0CZrl068641@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121210113001.GO34139>