Gearman depends on libevent

This commit is contained in:
Max Howell 2009-12-22 05:49:18 +00:00
parent 8d46e19cd1
commit 0f8358d2ff

View file

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