Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 23:14:52 +0200
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Adam Weinberger <adamw@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r386790 - head/devel/p5-Module-Build
Message-ID:  <DB8510F809EB18712BDF095F@atuin.in.mat.cc>
In-Reply-To: <201505191624.t4JGOgFE039776@svn.freebsd.org>
References:  <201505191624.t4JGOgFE039776@svn.freebsd.org>

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


+--On 19 mai 2015 16:24:42 +0000 Adam Weinberger <adamw@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



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