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/libcaca.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/libcaca.rb') diff --git a/Library/Formula/libcaca.rb b/Library/Formula/libcaca.rb index 532981dc5..c11c875ec 100644 --- a/Library/Formula/libcaca.rb +++ b/Library/Formula/libcaca.rb @@ -8,7 +8,7 @@ class Libcaca < Formula option 'with-imlib2', 'Build with Imlib2 support' - depends_on :x11 if MacOS::X11.installed? or build.with? "imlib2" + depends_on :x11 if build.with? "imlib2" if build.with? "imlib2" depends_on 'pkg-config' => :build -- cgit v1.2.3