ocaml: depends on X11
Discovered by superenv, which removes explicitly removes X11 paths, and needs this to add them back. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
54409b9034
commit
85766d2484
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue