diff options
author | demon <demon@FreeBSD.org> | 2006-12-03 20:45:59 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-12-03 20:45:59 +0800 |
commit | 19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679 (patch) | |
tree | 889b62ee02b60ed880e9674ed1d3af2d51df43cd /mail/mailscanner | |
parent | 366497c70e15aade6793ec6da4933536b44b5600 (diff) | |
download | freebsd-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/mailscanner')
-rw-r--r-- | mail/mailscanner/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index c9e354f03de4..8785cf0647ea 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -30,7 +30,7 @@ BUILD_DEPENDS= \ ${SITE_PERL}/Net/CIDR.pm:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ ${SITE_PERL}/Net/Ident.pm:${PORTSDIR}/net/p5-Net-Ident \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ |