diff options
Diffstat (limited to 'Library/Formula/lilypond.rb')
| -rw-r--r-- | Library/Formula/lilypond.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/lilypond.rb b/Library/Formula/lilypond.rb index 4add03526..74b140aa2 100644 --- a/Library/Formula/lilypond.rb +++ b/Library/Formula/lilypond.rb @@ -5,7 +5,7 @@ class Lilypond <Formula    homepage 'http://lilypond.org/'    md5 '741190abdd2217cf9f4ea6abff66accf' -  depends_on 'pkg-config' +  depends_on 'pkg-config' => :build    # The guile version must be < 1.9    depends_on 'guile'    depends_on 'gettext' | 
