aboutsummaryrefslogtreecommitdiffstats
path: root/security/amavisd-new
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 /security/amavisd-new
parent366497c70e15aade6793ec6da4933536b44b5600 (diff)
downloadfreebsd-ports-graphics-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.gz
freebsd-ports-graphics-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.zst
freebsd-ports-graphics-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.zip
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Diffstat (limited to 'security/amavisd-new')
-rw-r--r--security/amavisd-new/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index c35e726f7c9..2b8f656504b 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Un
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF \
${SITE_PERL}/${PERL_ARCH}/Convert/UUlib.pm:${PORTSDIR}/converters/p5-Convert-UUlib \
- ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
+ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \