diff options
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 662d8320d..5cfb8be41 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -6,8 +6,7 @@ class Mysql <Formula @md5='7564d7759a8077b3a0e6190955422287' def deps - # --without-readline means use system's readline - LibraryDep.new 'readline' + 'readline' end def options |
