aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-06-20 02:42:00 +0800
committerleeym <leeym@FreeBSD.org>2003-06-20 02:42:00 +0800
commitfe562380ad39521e3217c729b280bebdaefb9c03 (patch)
tree54aa073610a64f4bc51afddc0b094f3e2bc50a74
parent7e7952fb5abafbf5409d5c9113362392bf1489d6 (diff)
downloadfreebsd-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/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