summaryrefslogtreecommitdiff
path: root/devel/p5-Hash-Slice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Hash-Slice/Makefile')
-rw-r--r--devel/p5-Hash-Slice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Hash-Slice/Makefile b/devel/p5-Hash-Slice/Makefile
index da6f5e0940ba..95248d3b9e62 100644
--- a/devel/p5-Hash-Slice/Makefile
+++ b/devel/p5-Hash-Slice/Makefile
@@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Make a hash from a deep slice of another hash
-BUILD_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
p5-Clone>=0.09:devel/p5-Clone
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most
USES= perl5