diff options
Diffstat (limited to 'Library/Formula/disco.rb')
| -rw-r--r-- | Library/Formula/disco.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb index 7a290fc76..334470c44 100644 --- a/Library/Formula/disco.rb +++ b/Library/Formula/disco.rb @@ -9,7 +9,7 @@ class Disco < Formula head 'git://github.com/tuulos/disco.git' depends_on 'erlang' - depends_on 'simplejson' => :python if MACOS_VERSION < 10.6 + depends_on 'simplejson' => :python if MacOS.leopard? depends_on 'libcmph' def install |
