aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
diff options
context:
space:
mode:
authorJack Nagel2014-04-03 09:14:06 -0500
committerJack Nagel2014-04-03 09:29:20 -0500
commite640026a9d8a4ddba2da2047921813d1df2df357 (patch)
tree27c7893802b4c90958d683232882d6f5e7909ec7 /Library/Formula/gnuplot.rb
parenta3b9b4890d1c26dc3fe3cfedbe2d22a189defca2 (diff)
downloadhomebrew-e640026a9d8a4ddba2da2047921813d1df2df357.tar.bz2
Get rid of "use X11 if it's installed" deps
Closes #28096.
Diffstat (limited to 'Library/Formula/gnuplot.rb')
-rw-r--r--Library/Formula/gnuplot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb
index cf4e5a9af..946665cd6 100644
--- a/Library/Formula/gnuplot.rb
+++ b/Library/Formula/gnuplot.rb
@@ -36,7 +36,7 @@ class Gnuplot < Formula
depends_on LuaRequirement unless build.include? 'nolua'
depends_on 'readline'
depends_on 'pango' if build.include? 'cairo' or build.include? 'wx'
- depends_on :x11 if build.with? "x" or MacOS::X11.installed?
+ depends_on :x11 if build.with? "x"
depends_on 'pdflib-lite' if build.include? 'pdf'
depends_on 'gd' unless build.include? 'nogd'
depends_on 'wxmac' if build.include? 'wx'