diff options
Diffstat (limited to 'Library/Formula/ldapvi.rb')
| -rw-r--r-- | Library/Formula/ldapvi.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/ldapvi.rb b/Library/Formula/ldapvi.rb index eb11d77b1..c24b465ee 100644 --- a/Library/Formula/ldapvi.rb +++ b/Library/Formula/ldapvi.rb @@ -8,7 +8,7 @@ class Ldapvi < Formula    depends_on 'gettext'    depends_on 'glib'    depends_on 'popt' -  depends_on 'gnu-readline' +  depends_on 'readline'    # Backporting the fix from the devel version    # (namespace conflict with Lion's getline function) | 
