aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-11 16:10:14 +0800
committerrafan <rafan@FreeBSD.org>2006-12-11 16:10:14 +0800
commit5d6516a276ea83905cad34d07f00e31f03944e0d (patch)
treeabe85aa9d11ddf2b8629454a57f190af7ab6f5ea /mail
parentd0a21722bc451eef6ba835ee8bd773a55cb670cd (diff)
downloadfreebsd-ports-gnome-5d6516a276ea83905cad34d07f00e31f03944e0d.tar.gz
freebsd-ports-gnome-5d6516a276ea83905cad34d07f00e31f03944e0d.tar.zst
freebsd-ports-gnome-5d6516a276ea83905cad34d07f00e31f03944e0d.zip
- Correct Compress::Zlib path after recent p5-Compress-Zlib update
Pointyhat to: demon
Diffstat (limited to 'mail')
-rw-r--r--mail/assp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile
index aac95056245f..7fac14ad5fbf 100644
--- a/mail/assp/Makefile
+++ b/mail/assp/Makefile
@@ -94,7 +94,7 @@ RUN_DEPENDS+= ${SITE_PERL}/File/ReadBackwards.pm:${PORTSDIR}/devel/p5-File-ReadB
.endif
.if !defined(WITHOUT_ZLIB)
-RUN_DEPENDS+= ${SITE_PERL}/mach/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
+RUN_DEPENDS+= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
.endif
.if !defined(WITHOUT_CLAMAV)