diff --git a/Library/Formula/lilypond.rb b/Library/Formula/lilypond.rb index 18f72febf832..96c6f4285b35 100644 --- a/Library/Formula/lilypond.rb +++ b/Library/Formula/lilypond.rb @@ -1,6 +1,7 @@ require 'formula' -# Necessary until upstream resolves the incompatibility issue with texinfo 5 +# Necessary until upstream resolves the incompatibility issue with texinfo 5. +# When this is fixed upstream, replace with a normal texinfo dependency class Texinfo4 < Formula homepage 'http://www.gnu.org/software/texinfo/' url 'http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz' @@ -30,8 +31,6 @@ class Lilypond < Formula depends_on 'ghostscript' depends_on 'mftrace' depends_on 'fontforge' => ["with-x", "with-cairo"] - # Uncomment the following line once upstream resolve the aforementioned issue: - # depends_on 'texinfo' depends_on 'fondu' # Add dependency on keg-only Homebrew 'flex' because Apple bundles an older and incompatible # version of the library with 10.7 at least, seems slow keeping up with updates,