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:
Jack Nagel 2012-08-29 16:38:21 -05:00
parent 54409b9034
commit 85766d2484

View file

@ -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