aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-06-17 14:10:31 +0100
committerMike McQuaid2014-06-20 13:03:00 +0100
commitbfd962f39efe0446d0db85139689776de1cca584 (patch)
tree42ce78c385dbd7436303334ce8f1a3d04c62279a /Library
parenta40af6bfeeb9298d7e0476b0f7fceb00205fb679 (diff)
downloadhomebrew-bfd962f39efe0446d0db85139689776de1cca584.tar.bz2
frescobaldi: only depend on Python on 10.6.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/frescobaldi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/frescobaldi.rb b/Library/Formula/frescobaldi.rb
index efad81773..1fc428af2 100644
--- a/Library/Formula/frescobaldi.rb
+++ b/Library/Formula/frescobaldi.rb
@@ -8,7 +8,7 @@ class Frescobaldi < Formula
option "without-launcher", "Don't build Mac .app launcher"
option "without-lilypond", "Don't install Lilypond"
- depends_on :python
+ depends_on :python if MacOS.version <= :snow_leopard
depends_on "portmidi" => :recommended
depends_on "lilypond" => :recommended