diff options
Diffstat (limited to 'Library/Formula/aria2.rb')
| -rw-r--r-- | Library/Formula/aria2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aria2.rb b/Library/Formula/aria2.rb index 3867cbd3e..46bbbec68 100644 --- a/Library/Formula/aria2.rb +++ b/Library/Formula/aria2.rb @@ -8,7 +8,7 @@ class Aria2 < Formula option 'with-appletls', 'Build with Secure Transport for SSL support' depends_on 'pkg-config' => :build - depends_on 'gnutls' + depends_on 'gnutls' unless build.with? 'appletls' depends_on 'curl-ca-bundle' => :recommended depends_on :macos => :lion # Needs a c++11 compiler |
