diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
commit | 274e5c4ab31b88a1fa53ad091387d0b2617b304b (patch) | |
tree | aea7d25189b8bbdecadff8ff6a90673a1401dcb0 /mail/spamstats | |
parent | 3bf4b652b89943f0b528324f5a355d1e62456272 (diff) | |
download | ports-274e5c4ab31b88a1fa53ad091387d0b2617b304b.tar.gz ports-274e5c4ab31b88a1fa53ad091387d0b2617b304b.zip |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Notes
Notes:
svn path=/head/; revision=178677
Diffstat (limited to 'mail/spamstats')
-rw-r--r-- | mail/spamstats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamstats/Makefile b/mail/spamstats/Makefile index 201ff322dca3..2649d8076ff1 100644 --- a/mail/spamstats/Makefile +++ b/mail/spamstats/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.inl.fr/download/ MAINTAINER= leeym@FreeBSD.org COMMENT= A tool to generate statistics for spamd of Mail::SpamAssassin -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ +RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip |