From d57a22fe285cc254cb63b9003fbcded7f16f587d Mon Sep 17 00:00:00 2001 From: swills Date: Thu, 6 Oct 2011 19:39:33 +0000 Subject: - Add missing build depends to quiet build warnings and allow testing --- devel/p5-Log-Dispatch-Config/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index 9b429f66b014..fa4605a0811d 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A log4j equivalent for Perl -BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -RUN_DEPENDS= p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig \ +BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig \ p5-Log-Dispatch>=2:${PORTSDIR}/devel/p5-Log-Dispatch +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- cgit