diff options
Diffstat (limited to 'Library/Formula/libvirt.rb')
| -rw-r--r-- | Library/Formula/libvirt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libvirt.rb b/Library/Formula/libvirt.rb index c2e155a40..ca2964a1e 100644 --- a/Library/Formula/libvirt.rb +++ b/Library/Formula/libvirt.rb @@ -18,7 +18,7 @@ class Libvirt < Formula if MacOS.version == :leopard # Definitely needed on Leopard, but not on Snow Leopard. - depends_on "gnu-readline" + depends_on "readline" depends_on "libxml2" end |
