From e640026a9d8a4ddba2da2047921813d1df2df357 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 3 Apr 2014 09:14:06 -0500 Subject: Get rid of "use X11 if it's installed" deps Closes #28096. --- Library/Formula/gource.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/gource.rb') diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index 1425d65bc..75037c39c 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -13,7 +13,7 @@ class Gource < Formula depends_on :libtool end - depends_on :x11 if MacOS::X11.installed? + depends_on :x11 => :optional depends_on :freetype depends_on 'pkg-config' => :build -- cgit v1.2.3