diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/unison.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/unison.rb b/Library/Formula/unison.rb index 82d4e5437..5f173f5cc 100644 --- a/Library/Formula/unison.rb +++ b/Library/Formula/unison.rb @@ -5,7 +5,7 @@ class Unison < Formula url 'http://www.seas.upenn.edu/~bcpierce/unison//download/releases/unison-2.40.102/unison-2.40.102.tar.gz' sha1 'bf18f64fa30bd04234e864d42190294e0d9a2910' - depends_on 'objective-caml' + depends_on 'objective-caml' => :build def install ENV.j1 |
