summaryrefslogtreecommitdiff
path: root/devel/p5-JSON-Path/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-JSON-Path/Makefile')
-rw-r--r--devel/p5-JSON-Path/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-JSON-Path/Makefile b/devel/p5-JSON-Path/Makefile
index e4a3ffedac85..486ab00d45b8 100644
--- a/devel/p5-JSON-Path/Makefile
+++ b/devel/p5-JSON-Path/Makefile
@@ -14,7 +14,8 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert \
p5-Exporter-Easy>=0:devel/p5-Exporter-Easy \
p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
@@ -22,7 +23,6 @@ BUILD_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert \
p5-Readonly>=0:devel/p5-Readonly \
p5-Scalar-List-Utils>=1.48:lang/p5-Scalar-List-Utils \
p5-Try-Tiny>=0:lang/p5-Try-Tiny
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \
p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Most>=0:devel/p5-Test-Most \