aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-11 10:27:50 -0700
committerAdam Vandenberg2013-03-11 10:27:50 -0700
commitcac86a4f0b0588aea6f0dd4c3daff247aeead3ca (patch)
tree89027f8313b2bc593f3d55bfdaa0167d7526e004 /Library
parentfeb836e1ea3e0d5fa9faf13c0c9bce8a3803f40a (diff)
downloadbrew-cac86a4f0b0588aea6f0dd4c3daff247aeead3ca.tar.bz2
blacklist latex
Closes Homebrew/homebrew#18404.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 7bfa0558f..5f1a00775 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -20,7 +20,7 @@ def blacklisted? name
The Python bindings (import wx) for wxWidgets are installed by:
brew install wxwidgets
EOS
- when 'tex', 'tex-live', 'texlive' then <<-EOS.undent
+ when 'tex', 'tex-live', 'texlive', 'latex' then <<-EOS.undent
Installing TeX from source is weird and gross, requires a lot of patches,
and only builds 32-bit (and thus can't use Homebrew deps on Snow Leopard.)