aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mysql.rb')
-rw-r--r--Library/Formula/mysql.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 1d5aa8c27..f87121cfb 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -5,10 +5,7 @@ class Mysql <Formula
@homepage='http://dev.mysql.com/doc/refman/5.1/en/'
@md5='7564d7759a8077b3a0e6190955422287'
- def deps
- # --without-readline means use system's readline
- LibraryDep.new 'readline'
- end
+ depends_on 'readline'
def options
[