diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-07-30 03:11:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-07-30 03:11:50 +0800 |
commit | fc8550684b751732ad40d2a8fd2bd9cea75e98ca (patch) | |
tree | 602e786e35fb66f0055d191c3e4f07fa04158472 /devel/p5-Inline-C | |
parent | 77b74876c84ba12381afc88134f4a684d2d9153a (diff) | |
download | freebsd-ports-gnome-fc8550684b751732ad40d2a8fd2bd9cea75e98ca.tar.gz freebsd-ports-gnome-fc8550684b751732ad40d2a8fd2bd9cea75e98ca.tar.zst freebsd-ports-gnome-fc8550684b751732ad40d2a8fd2bd9cea75e98ca.zip |
Change the way *_DEPENDS are set
Diffstat (limited to 'devel/p5-Inline-C')
-rw-r--r-- | devel/p5-Inline-C/Makefile | 6 |
1 files 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]* |