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

Adam Weinberger adamw at FreeBSD.org
Tue May 19 21:26:08 UTC 2015


Author: adamw
Date: Tue May 19 21:26:07 2015
New Revision: 386812
URL: https://svnweb.freebsd.org/changeset/ports/386812

Log:
  Don't clobber RUN_DEPENDS.
  
  Spotted by:	mat

Modified:
  head/devel/p5-Module-Build/Makefile

Modified: head/devel/p5-Module-Build/Makefile
==============================================================================
--- head/devel/p5-Module-Build/Makefile	Tue May 19 21:25:59 2015	(r386811)
+++ head/devel/p5-Module-Build/Makefile	Tue May 19 21:26:07 2015	(r386812)
@@ -29,7 +29,7 @@ USE_PERL5=	modbuild
 
 .if ${PERL_LEVEL} < 502105
 BUILD_DEPENDS+=	p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS+=	p5-CPAN-Meta>=2.142060:${PORTSDIR}/devel/p5-CPAN-Meta
 .endif
 
 post-patch:


More information about the svn-ports-head mailing list