diff --git a/dports/www/apache2/Portfile b/dports/www/apache2/Portfile
index 690f387..ed0f979 100644
a
|
b
|
depends_lib port:apr \ |
32 | 32 | port:expat \ |
33 | 33 | port:openssl \ |
34 | 34 | port:pcre \ |
| 35 | port:zlib \ |
35 | 36 | port:perl5 |
36 | 37 | |
37 | 38 | # Both apache and apache2 want to install dbmmanage.1 and other manpages. |
… |
… |
configure.args --with-apr=${prefix}/bin/apr-1-config \ |
69 | 70 | --libdir=${prefix}/lib \ |
70 | 71 | --with-expat=${prefix} \ |
71 | 72 | --with-pcre=${prefix} \ |
| 73 | --with-z=${prefix} \ |
72 | 74 | --mandir=${prefix}/share/man \ |
73 | 75 | --enable-mods-shared=all \ |
74 | 76 | --enable-authn-alias=shared \ |