aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dependencies.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/dependencies.rb')
-rw-r--r--Library/Homebrew/dependencies.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/dependencies.rb b/Library/Homebrew/dependencies.rb
index 1c95e9613..8b4916279 100644
--- a/Library/Homebrew/dependencies.rb
+++ b/Library/Homebrew/dependencies.rb
@@ -78,6 +78,8 @@ private
MysqlInstalled.new(tag)
when :postgresql
PostgresqlInstalled.new(tag)
+ when :tex
+ TeXInstalled.new(tag)
else
raise "Unsupported special dependency #{spec}"
end