diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-19 18:42:00 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-19 18:42:00 +0000 |
commit | 1a202f2f755a3e07151818c4c319900acca0fbbd (patch) | |
tree | 3455157b085a5c8fc02fc5484f763a7c9fc1bf5f /mail/openwebmail/Makefile | |
parent | Update port to subversion-0.24.2. (diff) |
correct the typo about Zlib support.
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
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 |