From: Jay Soffian <jaysoffian@gmail.com>
Date: Tue, 13 Jan 2009 17:25:19 -0500
Subject: [PATCH] msmtp: configure to use OS X keychain
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mail/msmtp/Portfile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mail/msmtp/Portfile b/mail/msmtp/Portfile
index 0071e1f..66869ef 100644
a
|
b
|
depends_lib port:openssl port:gettext port:gnutls port:libgcrypt \ |
26 | 26 | |
27 | 27 | configure.args --mandir=${prefix}/share/man \ |
28 | 28 | --infodir=${prefix}/share/info \ |
29 | | --enable-gsasl |
| 29 | --enable-gsasl --with-macosx-keyring |
30 | 30 | |