From b35502288cb1ccadb240d3873b790b75808c5146 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 7 Sep 2014 10:25:15 +0000 Subject: [PATCH] textproc/p5-YAML: fix DEPENDS p5-Test-YAML is a TEST_DEPENDS, and the BUILD/RUN_DEPENDS are empty Submitted by: mat Pointy hat to: pi --- textproc/p5-YAML/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 48b7a68b0d26..bdf3856bb749 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -12,8 +12,7 @@ COMMENT= YAML implementation in Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML USES= perl5 USE_PERL5= configure