diff options
Diffstat (limited to 'Library/Formula/rtmpdump.rb')
| -rw-r--r-- | Library/Formula/rtmpdump.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb index 35ebe0d93..558dcaa1d 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -5,7 +5,7 @@ class Rtmpdump < Formula homepage 'http://rtmpdump.mplayerhq.hu' md5 'eb961f31cd55f0acf5aad1a7b900ef59' - depends_on 'openssl' if MACOS_VERSION < 10.6 + depends_on 'openssl' if MacOS.leopard? # Use dylib instead of so def patches; DATA; end |
