From f2dbdf39c472c425da6ef71b2699fed9e09ec9a8 Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 25 Feb 2015 18:50:37 +0000 Subject: Test::Exception is a TEST depend, not BUILD/RUN. --- devel/p5-Sub-Multi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/p5-Sub-Multi/Makefile b/devel/p5-Sub-Multi/Makefile index d83ea2c141e1..820c511e6211 100644 --- a/devel/p5-Sub-Multi/Makefile +++ b/devel/p5-Sub-Multi/Makefile @@ -12,9 +12,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Data::Bind-based multi-sub dispatch BUILD_DEPENDS= p5-Class-Multimethods-Pure>=0.11:${PORTSDIR}/devel/p5-Class-Multimethods-Pure \ - p5-Data-Bind>=0.26:${PORTSDIR}/devel/p5-Data-Bind \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + p5-Data-Bind>=0.26:${PORTSDIR}/devel/p5-Data-Bind RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure -- cgit