From 4e78591b0fd52a8d4680778dbd486ae7ca494cc0 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Wed, 7 Mar 2012 20:41:47 +0000 Subject: [PATCH] - Add TEST_DEPENDS to enable testing Approved by: portmgr (blanket) --- net/p5-Server-Starter/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/p5-Server-Starter/Makefile b/net/p5-Server-Starter/Makefile index 19afd5040ce0..a3ae86478b64 100644 --- a/net/p5-Server-Starter/Makefile +++ b/net/p5-Server-Starter/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= \ p5-Proc-Wait3>0:${PORTSDIR}/devel/p5-Proc-Wait3 \ p5-Scope-Guard>0:${PORTSDIR}/devel/p5-Scope-Guard BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-SharedFork>0:${PORTSDIR}/devel/p5-Test-SharedFork PERL_CONFIGURE= yes