From dbbd02830568f4eb9734d4e031243ecfb523df16 Mon Sep 17 00:00:00 2001
From: Dave Abrahams <dave@boostpro.com>
Date: Sat, 10 Nov 2012 17:45:07 -0500
Subject: [PATCH 1/4] Add missing --with-zlib. Presumably this is wanted,
since it depends on the zlib port
---
mail/dovecot2/Portfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/mail/dovecot2/Portfile b/mail/dovecot2/Portfile
index 2d9a95c..e1d6d7b 100644
a
|
b
|
post-patch { |
51 | 51 | |
52 | 52 | configure.args --sysconfdir=${prefix}/etc \ |
53 | 53 | --localstatedir=${prefix}/var \ |
| 54 | --with-zlib \ |
54 | 55 | --with-ssl=openssl \ |
55 | 56 | --with-ssldir=${prefix}/etc/ssl |
56 | 57 | |