aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cairomm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cairomm.rb')
-rw-r--r--Library/Formula/cairomm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cairomm.rb b/Library/Formula/cairomm.rb
index 02cfd75c5..877f24ed5 100644
--- a/Library/Formula/cairomm.rb
+++ b/Library/Formula/cairomm.rb
@@ -21,7 +21,7 @@ class Cairomm < Formula
depends_on 'libsigc++'
end
depends_on 'cairo'
- depends_on :x11 unless build.include? 'without-x'
+ depends_on :x11 if build.with? "x"
def install
ENV.cxx11 if build.cxx11?