aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spamstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2006-12-03 20:45:59 +0800
committerdemon <demon@FreeBSD.org>2006-12-03 20:45:59 +0800
commit19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679 (patch)
tree889b62ee02b60ed880e9674ed1d3af2d51df43cd /mail/spamstats
parent366497c70e15aade6793ec6da4933536b44b5600 (diff)
downloadfreebsd-ports-gnome-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.gz
freebsd-ports-gnome-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.zst
freebsd-ports-gnome-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.zip
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Diffstat (limited to 'mail/spamstats')
-rw-r--r--mail/spamstats/Makefile2
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