diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-06 13:06:42 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-06 13:06:42 +0000 |
commit | 9dff3523203bdda7ae358dcff3eb5a5ef3e54d33 (patch) | |
tree | 0721b637b4bcfc0a8ff2a945bdcb7e68f8993680 /databases/p5-App-Sqitch/Makefile | |
parent | 2e4b740f2cc9a250b2c6056d8706e15d3bfa9763 (diff) |
Notes
Diffstat (limited to 'databases/p5-App-Sqitch/Makefile')
-rw-r--r-- | databases/p5-App-Sqitch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile index 842c88e98f33..c423e901db82 100644 --- a/databases/p5-App-Sqitch/Makefile +++ b/databases/p5-App-Sqitch/Makefile @@ -18,7 +18,8 @@ TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ p5-Test-Dir>=0:misc/p5-Test-Dir \ p5-Test-File-Contents>=0:devel/p5-Test-File-Contents \ p5-Test-MockModule>=0:devel/p5-Test-MockModule -BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \ p5-Config-GitLike>=1.11:devel/p5-Config-GitLike \ p5-DBI>=0:databases/p5-DBI \ p5-DateTime>=0:devel/p5-DateTime \ @@ -47,7 +48,6 @@ BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \ p5-URI-db>=0.15:net/p5-URI-db \ p5-namespace-autoclean>=0.16:devel/p5-namespace-autoclean -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gettext perl5 USE_PERL5= modbuild |