diff options
| author | David Höppner | 2010-03-06 15:32:32 +0100 | 
|---|---|---|
| committer | David Höppner | 2010-03-06 15:32:32 +0100 | 
| commit | f3476c70fbd5f9ab5dd243982a40e5bd7285aa1c (patch) | |
| tree | 9608becde6592e5c886edef531cb5435c608ba2e | |
| parent | c2c66d5f4c8ed06fd260ba2cb63b6fdb7de06912 (diff) | |
| download | homebrew-f3476c70fbd5f9ab5dd243982a40e5bd7285aa1c.tar.bz2 | |
graphviz: disable quartz and php
| -rw-r--r-- | Library/Formula/graphviz.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb index b9d26a435..63bb85b7a 100644 --- a/Library/Formula/graphviz.rb +++ b/Library/Formula/graphviz.rb @@ -8,7 +8,8 @@ class Graphviz <Formula    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking",                            "--prefix=#{prefix}", -                          "--with-qartz", +                          "--disable-quartz", +                          "--disable-php",                            "--disable-python", "--disable-perl"      system "make install"    end | 
