diff options
| author | Mike McQuaid | 2013-01-22 08:43:30 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-01-22 08:43:30 +0000 | 
| commit | c7ea10f68a85e54d89d5f39610c6767994ddfb07 (patch) | |
| tree | 493cbf1fdb1cf9b753366813aaacc17d28b4a292 | |
| parent | 70178a9637e945b8d9252eb0e5107428fa6d28ac (diff) | |
| download | homebrew-c7ea10f68a85e54d89d5f39610c6767994ddfb07.tar.bz2 | |
gource: use X11 if it's installed.
References #17143.
Fixes #17246.
| -rw-r--r-- | Library/Formula/gource.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
