From 95d5ff9ef53dd743de57bc84ee81f3201e5bade6 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Jul 2018 19:11:50 +0000 Subject: [PATCH] Change the way *_DEPENDS are set --- devel/p5-Inline-C/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/p5-Inline-C/Makefile b/devel/p5-Inline-C/Makefile index 1a2a72a0c022..390ad28a45b3 100644 --- a/devel/p5-Inline-C/Makefile +++ b/devel/p5-Inline-C/Makefile @@ -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]*