aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql-connector-c.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mysql-connector-c.rb')
-rw-r--r--Library/Formula/mysql-connector-c.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb
index f135f7dc8..580b6f5a6 100644
--- a/Library/Formula/mysql-connector-c.rb
+++ b/Library/Formula/mysql-connector-c.rb
@@ -5,9 +5,7 @@ class MysqlConnectorC <Formula
@url='http://mysql.llarian.net/Downloads/Connector-C/mysql-connector-c-6.0.1.tar.gz'
@md5='348a869fa72957062ea4e7ad3865623c'
- def deps
- 'cmake'
- end
+ depends_on 'cmake'
def install
system "cmake . #{std_cmake_parameters}"