svn commit: r341801 - head/games/adgali

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jan 30 08:35:06 UTC 2014


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


More information about the svn-ports-all mailing list