diff options
Diffstat (limited to 'Library/Formula/texinfo.rb')
| -rw-r--r-- | Library/Formula/texinfo.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/texinfo.rb b/Library/Formula/texinfo.rb index 40f303426..7e49012f5 100644 --- a/Library/Formula/texinfo.rb +++ b/Library/Formula/texinfo.rb @@ -5,7 +5,10 @@ class Texinfo < Formula homepage 'http://www.gnu.org/software/texinfo/' md5 '71ba711519209b5fb583fed2b3d86fcb' - keg_only :provided_by_osx + keg_only :provided_by_osx, <<-EOS.undent + Software that uses TeX, such as lilypond and octave, require a newer version + of these files. + EOS def install system "./configure", "--disable-dependency-tracking", |
