Date: Thu, 30 Jan 2014 08:35:06 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r341801 - head/games/adgali Message-ID: <20140130083506.GA53441@FreeBSD.org> In-Reply-To: <20140130082033.GE54904@ithaqua.etoilebsd.net> References: <201401300504.s0U54Ai7041046@svn.freebsd.org> <20140130082033.GE54904@ithaqua.etoilebsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 30, 2014 at 09:20:34AM +0100, Baptiste Daroussin wrote: > On Thu, Jan 30, 2014 at 05:04:10AM +0000, Alexey Dokuchaev wrote: > > +.if !exists(/usr/include/execinfo.h) > > +LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo > > +.endif > > > This is not needed LIB_DEPENDS=libexecinfo.so:${PORTSDIR}/devel/libexecinfo > will already do the right job here. aka it will find libexecinfo in base and > thus not depends on devel/libexecinfo. Hmm, that's true for normal ports usage, but AFAIR tinderbox always builds the ports it sees in *_DEPENDS. I will recheck (once I have access to 10+ tindy again) this later, thanks for the notice! ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140130083506.GA53441>