Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
graphviz: must depend x11
Browse files Browse the repository at this point in the history
Closes #13357.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
sunteya authored and jacknagel committed Jul 13, 2012
1 parent 0375229 commit 2b699e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/graphviz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Graphviz < Formula
depends_on 'pkg-config' => :build
depends_on 'pango' if ARGV.include? '--with-pangocairo'
depends_on 'swig' if build_bindings?
depends_on :x11

fails_with :clang do
build 318
Expand Down

0 comments on commit 2b699e7

Please sign in to comment.