aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wget.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/wget.rb')
-rw-r--r--Library/Formula/wget.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index 1c2e9455b..5eda029f1 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -5,7 +5,7 @@ class Wget < Formula
url 'http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2'
md5 '308a5476fc096a8a525d07279a6f6aa3'
- depends_on "openssl" if MACOS_VERSION < 10.6
+ depends_on "openssl" if MacOS.leopard?
depends_on "libidn" if ARGV.include? "--enable-iri"
def options