Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 19:11:51 +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: r475710 - head/devel/p5-Inline-C
Message-ID:  <201807291911.w6TJBpWD042233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jul 29 19:11:50 2018
New Revision: 475710
URL: https://svnweb.freebsd.org/changeset/ports/475710

Log:
  Change the way *_DEPENDS are set

Modified:
  head/devel/p5-Inline-C/Makefile

Modified: head/devel/p5-Inline-C/Makefile
==============================================================================
--- head/devel/p5-Inline-C/Makefile	Sun Jul 29 19:11:45 2018	(r475709)
+++ head/devel/p5-Inline-C/Makefile	Sun Jul 29 19:11:50 2018	(r475710)
@@ -13,14 +13,14 @@ COMMENT=	Write Perl Subroutines in C
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Inline>=0.79:devel/p5-Inline \
+BUILD_DEPENDS=	p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
+		${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Inline>=0.79:devel/p5-Inline \
 		p5-Parse-RecDescent>=1.967.009:devel/p5-Parse-RecDescent \
 		p5-Pegex>=0.58:devel/p5-Pegex
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \
 		p5-Test-Warn>=0.23:devel/p5-Test-Warn \
 		p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML
-BUILD_DEPENDS+=	p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install
 
 CONFLICTS_INSTALL=	p5-Inline-0.[0-5]*
 



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