diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lftp.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/lftp.rb b/Library/Formula/lftp.rb index 7c37a9d1b..4351d6840 100644 --- a/Library/Formula/lftp.rb +++ b/Library/Formula/lftp.rb @@ -7,10 +7,12 @@ class Lftp < Formula sha1 '56cefb9aa683acfa5c5713d530f594085ea7b149' option 'with-gnutls', "Use GnuTLS instead of the default OpenSSL" + option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version' depends_on 'pkg-config' => :build depends_on 'readline' depends_on 'gnutls' => :optional + depends_on 'openssl' if build.with? 'brewed-openssl' def install # Bus error |
