fix thrift formula

Dependency to boost c++ lib was missing and thrift cannot be built without
This commit is contained in:
Renaud (Nel) Morvan 2009-10-05 01:36:13 +02:00 committed by Max Howell
parent abd3464af6
commit 18799c326e

View file

@ -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"