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 | |
parent | 8c1e5ddc355a3b8b1659dece9d3fe7da9bff6c9c (diff) | |
download | ports-1a202f2f755a3e07151818c4c319900acca0fbbd.tar.gz ports-1a202f2f755a3e07151818c4c319900acca0fbbd.zip |
Notes
Diffstat (limited to 'mail/openwebmail')
-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 |