aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-10 22:19:01 -0800
committerAdam Vandenberg2011-03-10 22:19:01 -0800
commite6c952a6927bc5dbbb7b42591873f6b2deaa869f (patch)
treeeb951839ee39fa12b6f0aba560264ec01df8513d /Library
parent47385d494803a1d0e008e09e41af0ec03e0b725e (diff)
downloadhomebrew-e6c952a6927bc5dbbb7b42591873f6b2deaa869f.tar.bz2
wget - use custom OpenSSL on Leopard
Reports of wget failing to compile against Leopard's OpenSSL, so reluctantly add this dep.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wget.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index 25933814e..69724f881 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -5,6 +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 "libidn" if ARGV.include? "--enable-iri"
def options