summaryrefslogtreecommitdiff
path: root/devel/p5-Sub-Signatures/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Sub-Signatures/Makefile')
-rw-r--r--devel/p5-Sub-Signatures/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Sub-Signatures/Makefile b/devel/p5-Sub-Signatures/Makefile
index 34caf3289b7d..177e67e7db7c 100644
--- a/devel/p5-Sub-Signatures/Makefile
+++ b/devel/p5-Sub-Signatures/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Use proper signatures for subroutines, including dispatching
-BUILD_DEPENDS= p5-Sub-Uplevel>=0.12:devel/p5-Sub-Uplevel
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Sub-Uplevel>=0.12:devel/p5-Sub-Uplevel
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5