From 9dff3523203bdda7ae358dcff3eb5a5ef3e54d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 6 Oct 2018 13:06:42 +0000 Subject: Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) --- databases/p5-DBIx-Class-DateTime-Epoch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/p5-DBIx-Class-DateTime-Epoch') diff --git a/databases/p5-DBIx-Class-DateTime-Epoch/Makefile b/databases/p5-DBIx-Class-DateTime-Epoch/Makefile index 7e9ffb3058b4..74e2ab493e8b 100644 --- a/databases/p5-DBIx-Class-DateTime-Epoch/Makefile +++ b/databases/p5-DBIx-Class-DateTime-Epoch/Makefile @@ -14,10 +14,10 @@ COMMENT= Automatic inflation/deflation of epoch-based DateTime objects LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ p5-DBIx-Class>=0.08103:databases/p5-DBIx-Class \ p5-DBIx-Class-TimeStamp>=0.07:databases/p5-DBIx-Class-TimeStamp -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBICx-TestDatabase>=0:databases/p5-DBICx-TestDatabase \ p5-DateTime-Format-SQLite>=0:devel/p5-DateTime-Format-SQLite -- cgit v1.2.3