diff options
| author | Adam Vandenberg | 2011-09-01 10:26:37 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-01 10:26:46 -0700 |
| commit | 77d17e00d7a575e3231bbe0d4d4000afcb842379 (patch) | |
| tree | f21b8ac22cccd9077e279fd602d89a26a595351d /Library/Formula/xml-coreutils.rb | |
| parent | 86f3dc996abecc4692d155ee74c2dafb1f0b429e (diff) | |
| download | homebrew-77d17e00d7a575e3231bbe0d4d4000afcb842379.tar.bz2 | |
xml-coreutils: fix dep name
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", |
