diff options
Diffstat (limited to 'Library/Formula/memcached.rb')
| -rw-r--r-- | Library/Formula/memcached.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb index fda521f1d..3b942615f 100644 --- a/Library/Formula/memcached.rb +++ b/Library/Formula/memcached.rb @@ -5,9 +5,7 @@ class Memcached <Formula @homepage='http://www.danga.com/memcached/' @md5='d7651ecb8bf345144cb17900d9a46c85' - def deps - LibraryDep.new 'libevent' - end + depends_on 'libevent' def install system "./configure --prefix='#{prefix}'" |
