Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 10:40:47 +0100
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Kubilay Kocak <koobs@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r341524 - in head/devel/buildbot-slave: . files
Message-ID:  <BB484EAC4BDCC93D7C28ECB3@atuin.in.mat.cc>
In-Reply-To: <201401280933.s0S9Xp43097962@svn.freebsd.org>
References:  <201401280933.s0S9Xp43097962@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


+--On 28 janvier 2014 09:33:51 +0000 Kubilay Kocak <koobs@FreeBSD.org>
wrote:
|  .include <bsd.port.options.mk>
|  
|  .if ${PORT_OPTIONS:MTESTS}
|  BUILD_DEPENDS:=	${TEST_DEPENDS}
|  .endif

Please, replace all that with:

TESTS_BUILD_DEPENDS=	${TEST_DEPENDS}

and save us having to parse bsd.port.mk one time too many :-)

-- 
Mathieu Arnold



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BB484EAC4BDCC93D7C28ECB3>