diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-20 02:42:00 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-20 02:42:00 +0800 |
commit | fe562380ad39521e3217c729b280bebdaefb9c03 (patch) | |
tree | 54aa073610a64f4bc51afddc0b094f3e2bc50a74 | |
parent | 7e7952fb5abafbf5409d5c9113362392bf1489d6 (diff) | |
download | freebsd-ports-gnome-fe562380ad39521e3217c729b280bebdaefb9c03.tar.gz freebsd-ports-gnome-fe562380ad39521e3217c729b280bebdaefb9c03.tar.zst freebsd-ports-gnome-fe562380ad39521e3217c729b280bebdaefb9c03.zip |
correct the typo about Zlib support.
-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 |