From 0f07f367ee09c5f14426f29fab507fcf31632abc Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Sun, 5 Aug 2012 12:40:05 -0700 Subject: gnumeric: add `depends_on :x11` gnumeric also needs a `depends_on :x11` so that it can find cairo. Fixes #13988 Closes #13991. Signed-off-by: Adam Vandenberg --- Library/Formula/gnumeric.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/gnumeric.rb b/Library/Formula/gnumeric.rb index 10cc1f4a8..468b357ce 100644 --- a/Library/Formula/gnumeric.rb +++ b/Library/Formula/gnumeric.rb @@ -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", -- cgit v1.2.3