Revision
108607
Author
blair@macports.org
Date
2013-07-27 11:43:22 -0700 (Sat, 27 Jul 2013)

Log Message

serf1: add explicit dependency on zlib.

Modified Paths

Diff

Modified: trunk/dports/www/serf1/Portfile (108606 => 108607)


--- trunk/dports/www/serf1/Portfile	2013-07-27 16:17:48 UTC (rev 108606)
+++ trunk/dports/www/serf1/Portfile	2013-07-27 18:43:22 UTC (rev 108607)
@@ -4,6 +4,7 @@
 
 name            serf1
 version         1.2.1
+revision        1
 categories      www
 maintainers     blair
 license         Apache-2
@@ -26,7 +27,7 @@
 
 platforms       darwin
 
-depends_lib     port:apr port:apr-util port:openssl
+depends_lib     port:apr port:apr-util port:openssl port:zlib
 
 configure.args  --with-apr=${prefix}/bin/apr-1-config \
                 --with-apr-util=${prefix}/bin/apu-1-config