aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sub-Multi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Sub-Multi/Makefile')
-rw-r--r--devel/p5-Sub-Multi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Sub-Multi/Makefile b/devel/p5-Sub-Multi/Makefile
index 9166fbc0cf0b..30da8e7f8ae0 100644
--- a/devel/p5-Sub-Multi/Makefile
+++ b/devel/p5-Sub-Multi/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Data::Bind-based multi-sub dispatch
-BUILD_DEPENDS= p5-Class-Multimethods-Pure>=0.11:devel/p5-Class-Multimethods-Pure \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Class-Multimethods-Pure>=0.11:devel/p5-Class-Multimethods-Pure \
p5-Data-Bind>=0.26:devel/p5-Data-Bind
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5