diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 08:10:14 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 08:10:14 +0000 |
commit | 2553e791f4579e9863d1863e1370cd2d0634152b (patch) | |
tree | 5732cf2f0627c55b8b1dd3bfc1b31860067e8a60 /mail/assp | |
parent | b7a4d521a3a6629a7dfd068301bc6f1c99f53e68 (diff) | |
download | ports-2553e791f4579e9863d1863e1370cd2d0634152b.tar.gz ports-2553e791f4579e9863d1863e1370cd2d0634152b.zip |
Notes
Diffstat (limited to 'mail/assp')
-rw-r--r-- | mail/assp/Makefile | 2 |
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) |