Skip to content

Commit

Permalink
lilypond: fix audit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jul 10, 2013
1 parent 0c3002d commit 534106c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Formula/lilypond.rb
Original file line number Diff line number Diff line change
@@ -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:https://www.gnu.org/software/texinfo/'
url 'http:https://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz'
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 534106c

Please sign in to comment.