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/plplot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/plplot.rb') diff --git a/Library/Formula/plplot.rb b/Library/Formula/plplot.rb index c35b194ca..432e58b67 100644 --- a/Library/Formula/plplot.rb +++ b/Library/Formula/plplot.rb @@ -16,7 +16,7 @@ class Plplot < Formula args = std_cmake_args args << '-DPLD_wxwidgets=OFF' << '-DENABLE_wxwidgets=OFF' args << '-DENABLE_java=OFF' if build.without? 'java' - args << '-DPLD_xcairo=OFF' unless MacOS::X11.installed? + args << '-DPLD_xcairo=OFF' if build.without? 'x11' mkdir "plplot-build" do system "cmake", "..", *args system "make" -- cgit v1.2.3