diff options
| -rw-r--r-- | Library/Formula/objective-caml.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index c1d2880af..e60343e5d 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -7,6 +7,8 @@ class ObjectiveCaml < Formula head 'http://caml.inria.fr/svn/ocaml/trunk', :using => :svn + depends_on :x11 + # Don't strip symbols, so dynamic linking doesn't break. skip_clean :all |
