gnumeric: add depends_on :x11

gnumeric also needs a `depends_on :x11` so that it can find cairo.

Fixes Homebrew/homebrew#13988

Closes Homebrew/homebrew#13991.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
nibbles 2bits 2012-08-05 12:40:05 -07:00 committed by Adam Vandenberg
parent 49765e44bb
commit d55ffa8f14

View file

@ -10,6 +10,7 @@ class Gnumeric < Formula
depends_on 'intltool'
depends_on 'goffice'
depends_on 'rarian'
depends_on :x11
def install
system "./configure", "--disable-dependency-tracking",