aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-21 14:28:29 -0700
committerAdam Vandenberg2010-08-21 14:28:29 -0700
commitb4463d7f500a6c32a14f45fde83de37b5a0fa31d (patch)
tree33abc76663288f9aea680efa2224a42d259b6411 /Library/Formula
parente20ef12a283f6005bfbd36d7aa2259f25fc8941d (diff)
downloadhomebrew-b4463d7f500a6c32a14f45fde83de37b5a0fa31d.tar.bz2
rtmpdump requires newer openssl
Fixes #2175
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rtmpdump.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb
index eeb9a8aea..ce6685abf 100644
--- a/Library/Formula/rtmpdump.rb
+++ b/Library/Formula/rtmpdump.rb
@@ -5,6 +5,8 @@ class Rtmpdump <Formula
homepage 'http://rtmpdump.mplayerhq.hu'
md5 'eb961f31cd55f0acf5aad1a7b900ef59'
+ depends_on 'openssl' if MACOS_VERSION < 10.6
+
def patches
DATA
end