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 /net/p5-AnyEvent-RabbitMQ | |
parent | 2e4b740f2cc9a250b2c6056d8706e15d3bfa9763 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=481365
Diffstat (limited to 'net/p5-AnyEvent-RabbitMQ')
-rw-r--r-- | net/p5-AnyEvent-RabbitMQ/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-AnyEvent-RabbitMQ/Makefile b/net/p5-AnyEvent-RabbitMQ/Makefile index dbba798a9ad3..3dd87154a4ad 100644 --- a/net/p5-AnyEvent-RabbitMQ/Makefile +++ b/net/p5-AnyEvent-RabbitMQ/Makefile @@ -14,14 +14,14 @@ COMMENT= Asynchronous and multi channel Perl AMQP client LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Net-AMQP>=0.6:net/p5-Net-AMQP \ p5-Readonly>=1.03:devel/p5-Readonly \ p5-namespace-clean>=0:devel/p5-namespace-clean -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception NO_ARCH= yes |