diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
commit | 274e5c4ab31b88a1fa53ad091387d0b2617b304b (patch) | |
tree | aea7d25189b8bbdecadff8ff6a90673a1401dcb0 /mail/openwebmail | |
parent | 3bf4b652b89943f0b528324f5a355d1e62456272 (diff) |
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 2ef4c77b0f59..1bf00b3eaccb 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -133,7 +133,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget .endif .if defined(WITH_ZLIB) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +RUN_DEPENDS+= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib .endif post-extract: |