diff options
| author | Jack Nagel | 2014-04-22 16:58:15 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-22 16:58:15 -0500 | 
| commit | 59445de621af9dcb3e6070e93bc4bb9e69bb603d (patch) | |
| tree | 1f8df646ee1eed1ff4bea07c8fd8e5dc3b6911ac | |
| parent | 91dc2df33a50df37416be448298ddebdd95a849e (diff) | |
| download | homebrew-59445de621af9dcb3e6070e93bc4bb9e69bb603d.tar.bz2 | |
dovecot: use Homebrew's openssl
| -rw-r--r-- | Library/Formula/dovecot.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb index 25becf6d6..2487a9649 100644 --- a/Library/Formula/dovecot.rb +++ b/Library/Formula/dovecot.rb @@ -7,6 +7,7 @@ class Dovecot < Formula    sha256 'f3de1cae5665ff202713c1489bc96b4d029760808bf3311d76c173d7f3e38c56'    depends_on 'clucene' => :optional +  depends_on 'openssl'    def install      args = %W[--prefix=#{prefix} | 
