diff options
author | des <des@FreeBSD.org> | 2018-10-06 21:06:42 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2018-10-06 21:06:42 +0800 |
commit | 091caf4661b26a5f70d9b8e0409821418f5afdbb (patch) | |
tree | 0721b637b4bcfc0a8ff2a945bdcb7e68f8993680 /devel/p5-Moose/Makefile | |
parent | eb79e9b6a267227492e837fea536cf5c224c7a2d (diff) | |
download | freebsd-ports-gnome-091caf4661b26a5f70d9b8e0409821418f5afdbb.tar.gz freebsd-ports-gnome-091caf4661b26a5f70d9b8e0409821418f5afdbb.tar.zst freebsd-ports-gnome-091caf4661b26a5f70d9b8e0409821418f5afdbb.zip |
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)
Diffstat (limited to 'devel/p5-Moose/Makefile')
-rw-r--r-- | devel/p5-Moose/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 94d36b2417ce..8a4f2b08ca45 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -16,7 +16,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual # Do not add p5-Data-Visitor to TEST_DEPENDS to avoid cyclic dependency -BUILD_DEPENDS= p5-Class-Load>=0.09:devel/p5-Class-Load \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Class-Load>=0.09:devel/p5-Class-Load \ p5-Class-Load-XS>=0.01:devel/p5-Class-Load-XS \ p5-Data-OptList>=0.107:devel/p5-Data-OptList \ p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ @@ -35,7 +36,6 @@ BUILD_DEPENDS= p5-Class-Load>=0.09:devel/p5-Class-Load \ p5-Sub-Identify>=0:devel/p5-Sub-Identify \ p5-Sub-Name>=0.20,1:devel/p5-Sub-Name \ p5-Try-Tiny>=0.17:lang/p5-Try-Tiny -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \ p5-DBM-Deep>=0:databases/p5-DBM-Deep \ p5-DateTime-Calendar-Mayan>=0:devel/p5-DateTime-Calendar-Mayan \ |