Gearman depends on libevent
This commit is contained in:
parent
8d46e19cd1
commit
0f8358d2ff
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ class Gearman <Formula
|
|||
homepage 'http://gearman.org/'
|
||||
md5 '74d29c260bc7096c9193d3f6af57298f'
|
||||
|
||||
depends_on 'libevent'
|
||||
aka 'gearmand'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue