aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/plplot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/plplot.rb')
-rw-r--r--Library/Formula/plplot.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/plplot.rb b/Library/Formula/plplot.rb
index 540c65199..19329ac85 100644
--- a/Library/Formula/plplot.rb
+++ b/Library/Formula/plplot.rb
@@ -5,6 +5,12 @@ class Plplot < Formula
url 'https://downloads.sourceforge.net/project/plplot/plplot/5.10.0%20Source/plplot-5.10.0.tar.gz'
sha1 'ea962cb0138c9b4cbf97ecab1fac1919ea0f939f'
+ bottle do
+ sha1 "1087a7643567d02bf7fe500726367539738856ab" => :yosemite
+ sha1 "63c644192722135b5239beb32b7abc6e221511a7" => :mavericks
+ sha1 "ee91aff30b0de02b6c8b48c1d68c1d9ebfc3155a" => :mountain_lion
+ end
+
depends_on 'cmake' => :build
depends_on 'pkg-config' => :build
depends_on 'pango'