aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnumeric.rb
diff options
context:
space:
mode:
authornibbles 2bits2012-08-05 12:40:05 -0700
committerAdam Vandenberg2012-08-08 21:14:43 -0700
commit0f07f367ee09c5f14426f29fab507fcf31632abc (patch)
tree3f4d7bf38802b0866659f01efd916f54e98a83f7 /Library/Formula/gnumeric.rb
parent6271f9a71725eb3699a7ed1559d7e6e0bdb61958 (diff)
downloadhomebrew-0f07f367ee09c5f14426f29fab507fcf31632abc.tar.bz2
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 <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gnumeric.rb')
-rw-r--r--Library/Formula/gnumeric.rb1
1 files changed, 1 insertions, 0 deletions
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",