aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 14:50:28 -0800
committerAdam Vandenberg2013-01-27 14:54:51 -0800
commita30709f0cc62ef5c8085784c86c85028299811da (patch)
tree352dffd5f2078f5a02adf9c2acd684e606f2aec2 /Library
parent92f528dc8fc078dbfc3ec55919f42d4cdf30f30d (diff)
downloadhomebrew-a30709f0cc62ef5c8085784c86c85028299811da.tar.bz2
mysql-connector-odbc: style nits
Diffstat (limited to 'Library')
-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