diff options
| -rw-r--r-- | Library/Formula/thrift.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index 84e877bcc..61d75907b 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -5,9 +5,11 @@ require 'brewkit' # class Thrift <Formula - @homepage='http://incubator.apache.org/thrift/' - @head='http://svn.apache.org/repos/asf/incubator/thrift/trunk' + homepage 'http://incubator.apache.org/thrift/' + head 'http://svn.apache.org/repos/asf/incubator/thrift/trunk' + depends_on 'boost' + def install FileUtils.cp "/usr/X11/share/aclocal/pkg.m4", "aclocal" system "./bootstrap.sh" |
