diff options
Diffstat (limited to 'devel/p5-Log-Dispatch-Config')
-rw-r--r-- | devel/p5-Log-Dispatch-Config/Makefile | 5 |
1 files 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 |