From 92d6369be69beb94cf7c989c586c3f4b473b04e5 Mon Sep 17 00:00:00 2001
From: Dave Abrahams <dave@boostpro.com>
Date: Sat, 10 Nov 2012 17:45:24 -0500
Subject: [PATCH 2/4] bzip2 support
---
mail/dovecot2/Portfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mail/dovecot2/Portfile b/mail/dovecot2/Portfile
index e1d6d7b..59897a5 100644
a
|
b
|
distname ${base_name}-${version} |
29 | 29 | depends_build port:pkgconfig |
30 | 30 | depends_lib port:libiconv \ |
31 | 31 | port:zlib \ |
| 32 | port:bzip2 \ |
32 | 33 | port:openssl |
33 | 34 | |
34 | 35 | set default_internal_user _dovecot |
… |
… |
post-patch { |
52 | 53 | configure.args --sysconfdir=${prefix}/etc \ |
53 | 54 | --localstatedir=${prefix}/var \ |
54 | 55 | --with-zlib \ |
| 56 | --with-bzlib \ |
55 | 57 | --with-ssl=openssl \ |
56 | 58 | --with-ssldir=${prefix}/etc/ssl |
57 | 59 | |