aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2013-11-28 22:09:04 -0800
committerMisty De Meo2013-11-28 22:09:32 -0800
commit1e862dc381b868fb4a99afb8d2fac3429417d047 (patch)
tree3d0c7beaa120d689877aa2976b0e1f6c5db044cd /Library/Formula
parent6ecee168073a70e787d7db39109f4db775ca2d19 (diff)
downloadhomebrew-1e862dc381b868fb4a99afb8d2fac3429417d047.tar.bz2
midnight-commander: requires openssl on Leopard
Fixes mistydemeo/tigerbrew#141.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/midnight-commander.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/midnight-commander.rb b/Library/Formula/midnight-commander.rb
index 5ef69c06c..87c2a4812 100644
--- a/Library/Formula/midnight-commander.rb
+++ b/Library/Formula/midnight-commander.rb
@@ -9,6 +9,7 @@ class MidnightCommander < Formula
depends_on 'pkg-config' => :build
depends_on 'glib'
+ depends_on 'openssl' if MacOS.version <= :leopard
depends_on 's-lang'
depends_on 'libssh2'