diff options
Diffstat (limited to 'Library/Formula/xml-coreutils.rb')
| -rw-r--r-- | Library/Formula/xml-coreutils.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/xml-coreutils.rb b/Library/Formula/xml-coreutils.rb index e5ef33e7a..b468ee404 100644 --- a/Library/Formula/xml-coreutils.rb +++ b/Library/Formula/xml-coreutils.rb @@ -5,7 +5,7 @@ class XmlCoreutils < Formula    homepage 'http://www.lbreyer.com/xml-coreutils.html'    md5 '2a5fa1f1feffad6be2f8af7661408268' -  depends_on 'slang' +  depends_on 's-lang'    def install      system "./configure", "--disable-dependency-tracking", | 
