diff options
Diffstat (limited to 'Library/Formula/scsh.rb')
| -rw-r--r-- | Library/Formula/scsh.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/scsh.rb b/Library/Formula/scsh.rb index b92660ba3..03c1d0372 100644 --- a/Library/Formula/scsh.rb +++ b/Library/Formula/scsh.rb @@ -8,6 +8,7 @@ class Scsh < Formula head do url 'https://github.com/scheme/scsh.git' + depends_on 'autoconf' => :build depends_on 'automake' => :build depends_on 'scheme48' end |
