From 534106cd1dbec77e1a49c2d2beca5f4acf8e9bc9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 9 Jul 2013 20:56:45 -0700 Subject: lilypond: fix audit warning --- Library/Formula/lilypond.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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, -- cgit v1.2.3