aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/imlib2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/imlib2.rb')
-rw-r--r--Library/Formula/imlib2.rb2
1 files changed, 1 insertions, 1 deletions
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