From c7ea10f68a85e54d89d5f39610c6767994ddfb07 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 22 Jan 2013 08:43:30 +0000 Subject: gource: use X11 if it's installed. References #17143. Fixes #17246. --- Library/Formula/gource.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index d08d90efc..a88e17f05 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -12,6 +12,7 @@ class Gource < Formula depends_on :libtool end + depends_on :x11 if MacOS::X11.installed? depends_on :freetype depends_on 'pkg-config' => :build -- cgit v1.2.3