diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tree.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tree.rb b/Library/Formula/tree.rb index bfb585f25..754cc834d 100644 --- a/Library/Formula/tree.rb +++ b/Library/Formula/tree.rb @@ -5,6 +5,13 @@ class Tree < Formula url 'http://mama.indstate.edu/users/ice/tree/src/tree-1.6.0.tgz' sha1 '350f851f68859a011668362dd0e7ee81fd1b713a' + bottle do + cellar :any + sha1 "de86a6212934b258c2f64f6ae3460e8b729fc357" => :mavericks + sha1 "59991b24b9b236236bd2aa3eaa6050be48ee106f" => :mountain_lion + sha1 "3e30b09d1e08c017bb7f7e07150f9c9a7b009d2a" => :lion + end + def install ENV.append 'CFLAGS', '-fomit-frame-pointer' objs = 'tree.o unix.o html.o xml.o hash.o color.o strverscmp.o' |
