diff options
Diffstat (limited to 'Library/Formula/r.rb')
| -rw-r--r-- | Library/Formula/r.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb index 7cc897bc6..35a864521 100644 --- a/Library/Formula/r.rb +++ b/Library/Formula/r.rb @@ -16,7 +16,7 @@ class R < Formula    option 'with-valgrind', 'Compile an unoptimized build with support for the Valgrind debugger' -  depends_on 'gnu-readline' +  depends_on 'readline'    depends_on 'libtiff'    depends_on 'jpeg'    depends_on :x11 | 
