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/imlib2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/imlib2.rb') diff --git a/Library/Formula/imlib2.rb b/Library/Formula/imlib2.rb index c244f9638..78497c403 100644 --- a/Library/Formula/imlib2.rb +++ b/Library/Formula/imlib2.rb @@ -10,7 +10,7 @@ class Imlib2 < Formula depends_on 'freetype' depends_on 'libpng' => :recommended - depends_on :x11 if MacOS::X11.installed? or build.with? "x" + depends_on :x11 if build.with? "x" depends_on 'pkg-config' => :build depends_on 'jpeg' => :recommended -- cgit v1.2.3