diff options
| author | Adam Vandenberg | 2013-07-09 20:56:45 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-09 20:56:45 -0700 |
| commit | 534106cd1dbec77e1a49c2d2beca5f4acf8e9bc9 (patch) | |
| tree | 0fce2ddd2fe7e5089feb76c863b22f6d64dc4a6d | |
| parent | 0c3002de772ec2116399fd02a8655cb7c159d1eb (diff) | |
| download | homebrew-534106cd1dbec77e1a49c2d2beca5f4acf8e9bc9.tar.bz2 | |
lilypond: fix audit warning
| -rw-r--r-- | Library/Formula/lilypond.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/lilypond.rb b/Library/Formula/lilypond.rb index 18f72febf..96c6f4285 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, |
