Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 19:12:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475718 - head/devel/p5-multidimensional
Message-ID:  <201807291912.w6TJCXSe043262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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