From fb333e0d368daf019f3afaded1849537f59d990b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 23 Nov 2013 13:10:45 -0800 Subject: plplot: disable wxwidgets by default They could be re-added as an explicit option. --- Library/Formula/plplot.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula/plplot.rb') diff --git a/Library/Formula/plplot.rb b/Library/Formula/plplot.rb index c56e136b7..1382491f5 100644 --- a/Library/Formula/plplot.rb +++ b/Library/Formula/plplot.rb @@ -5,8 +5,6 @@ class Plplot < Formula url 'http://downloads.sourceforge.net/project/plplot/plplot/5.9.10%20Source/plplot-5.9.10.tar.gz' sha1 '10dbdfe41d71a9f51e4396729c001ed2baea22fe' - # failing wxWidget includes on snow leopard - depends_on :macos => :lion depends_on 'cmake' => :build depends_on 'pkg-config' => :build depends_on 'pango' @@ -15,6 +13,7 @@ class Plplot < Formula def install args = std_cmake_args + args << '-DPLD_wxwidgets=OFF' << '-DENABLE_wxwidgets=OFF' args << '-DENABLE_java=OFF' unless build.with? 'java' mkdir "plplot-build" do system "cmake", "..", *args -- cgit v1.2.3