summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-19 18:42:00 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-19 18:42:00 +0000
commit1a202f2f755a3e07151818c4c319900acca0fbbd (patch)
tree3455157b085a5c8fc02fc5484f763a7c9fc1bf5f /mail
parentUpdate port to subversion-0.24.2. (diff)
correct the typo about Zlib support.
Notes
Notes: svn path=/head/; revision=83329
Diffstat (limited to 'mail')
-rw-r--r--mail/openwebmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile
index 52d6893061bc..14b025c1d5d1 100644
--- a/mail/openwebmail/Makefile
+++ b/mail/openwebmail/Makefile
@@ -45,7 +45,7 @@ _CUSTOMIZED= yes
.endif
.if defined(WITH_ZLIB)
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/ZLIB.pm:${PORTSDIR}/archivers/p5-Compress-ZLIB
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
_CUSTOMIZED= yes
.endif