aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/graphviz.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-14 09:07:47 -0700
committerAdam Vandenberg2012-09-14 09:14:48 -0700
commit83b377167b2f00a36a733e8fb01ae3e36cdb0eec (patch)
tree588b6ac8c5b71378af615bc9e3f4893a05653c38 /Library/Formula/graphviz.rb
parentc6f30a77b3f8c4d5173809497976e77f1e4f216c (diff)
downloadhomebrew-83b377167b2f00a36a733e8fb01ae3e36cdb0eec.tar.bz2
Use `env`.
Diffstat (limited to 'Library/Formula/graphviz.rb')
-rw-r--r--Library/Formula/graphviz.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index 6b5ac6b5d..c085ce56f 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -5,6 +5,8 @@ class Graphviz < Formula
url 'http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.28.0.tar.gz'
sha1 '4725d88a13e071ee22e632de551d4a55ca08ee7d'
+ env :std
+
option :universal
option 'with-bindings', 'Build Perl/Python/Ruby/etc. bindings'
option 'with-pangocairo', 'Build with Pango/Cairo for alternate PDF output'