svn commit: r341524 - in head/devel/buildbot-slave: . files

Mathieu Arnold mat at FreeBSD.org
Tue Jan 28 09:40:54 UTC 2014



+--On 28 janvier 2014 09:33:51 +0000 Kubilay Kocak <koobs at 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


More information about the svn-ports-all mailing list