svn commit: r475718 - head/devel/p5-multidimensional

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 29 19:12:36 UTC 2018


Author: sunpoet
Date: Sun Jul 29 19:12:32 2018
New Revision: 475718
URL: https://svnweb.freebsd.org/changeset/ports/475718

Log:
  Change the way *_DEPENDS are set

Modified:
  head/devel/p5-multidimensional/Makefile

Modified: head/devel/p5-multidimensional/Makefile
==============================================================================
--- head/devel/p5-multidimensional/Makefile	Sun Jul 29 19:12:27 2018	(r475717)
+++ head/devel/p5-multidimensional/Makefile	Sun Jul 29 19:12:32 2018	(r475718)
@@ -15,9 +15,9 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-B-Hooks-OP-Check>=0.19:devel/p5-B-Hooks-OP-Check
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-BUILD_DEPENDS+=	p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends
+BUILD_DEPENDS=	p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
+		${RUN_DEPENDS}
+RUN_DEPENDS=	p5-B-Hooks-OP-Check>=0.19:devel/p5-B-Hooks-OP-Check
 
 USE_PERL5=	configure
 USES=		perl5


More information about the svn-ports-all mailing list