diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-26 07:55:37 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-26 07:55:37 +0000 |
commit | 868cb0f55356bda1a83f20c6009588136aa8b409 (patch) | |
tree | 7c9ec7836731b6900d1030dee9787124d835433d /mail/pflogstats | |
parent | 98ec9a1b75899f665b2e3a80daa1e72caedaa4ab (diff) | |
download | ports-868cb0f55356bda1a83f20c6009588136aa8b409.tar.gz ports-868cb0f55356bda1a83f20c6009588136aa8b409.zip |
Notes
Diffstat (limited to 'mail/pflogstats')
-rw-r--r-- | mail/pflogstats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pflogstats/Makefile b/mail/pflogstats/Makefile index 767d5f8525dc..d6f249a8887b 100644 --- a/mail/pflogstats/Makefile +++ b/mail/pflogstats/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.aerasec.de/pub/linux/postfix/pflogsumm/${PORTNAME}/ MAINTAINER= A.J.Caines@halplant.com COMMENT= Postfix Log Statistics Reporter -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ +RUN_DEPENDS= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ ${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable \ ${SITE_PERL}/Number/Format.pm:${PORTSDIR}/textproc/p5-Number-Format \ |