aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mysql-connector-odbc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mysql-connector-odbc.rb b/Library/Formula/mysql-connector-odbc.rb
index 385fa09da..06a7ed6d9 100644
--- a/Library/Formula/mysql-connector-odbc.rb
+++ b/Library/Formula/mysql-connector-odbc.rb
@@ -28,7 +28,7 @@ class MysqlConnectorOdbc < Formula
# Won't compile against mysql-connector-c, as the C connector exports an API version
# that causes issues with how "my_free" is declared
- depends_on MySqlInstalled.new
+ depends_on MySqlInstalled
depends_on 'cmake' => :build
option :universal