svn commit: r386790 - head/devel/p5-Module-Build

Mathieu Arnold mat at FreeBSD.org
Tue May 19 21:14:56 UTC 2015



+--On 19 mai 2015 16:24:42 +0000 Adam Weinberger <adamw at FreeBSD.org> wrote:
| +BUILD_DEPENDS+=	p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta
| +RUN_DEPENDS:=	${BUILD_DEPENDS}

That is *wrong*

If you're going to overwrite RUN_DEPENDS that could have came in with
bsd.pre.mk, or add build only dependencies to run deps that came with it.
You have to do:

BUILD_DEPENDS+=	p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta
RUN_DEPENDS+=	p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta


-- 
Mathieu Arnold


More information about the svn-ports-all mailing list