diff options
| author | Adam Vandenberg | 2011-08-18 23:24:54 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-18 23:24:54 -0700 |
| commit | f3e535a7211b1ac591975f1881c350c897f46844 (patch) | |
| tree | 1a6069ba69eec4439597b5d1bfede3cb51e6248c /Library/Formula/memcached-php.rb | |
| parent | e9c303da6c4619370b508bb804e697d958003aa9 (diff) | |
| download | homebrew-f3e535a7211b1ac591975f1881c350c897f46844.tar.bz2 | |
memcached-php: add libmemcached dep
Diffstat (limited to 'Library/Formula/memcached-php.rb')
| -rw-r--r-- | Library/Formula/memcached-php.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/memcached-php.rb b/Library/Formula/memcached-php.rb index 359700c81..d3c091d5c 100644 --- a/Library/Formula/memcached-php.rb +++ b/Library/Formula/memcached-php.rb @@ -5,6 +5,8 @@ class MemcachedPhp < Formula homepage 'http://pecl.php.net/package/memcached' md5 'b91f815ad59086d0c3564cce022b5c4f' + depends_on 'libmemcached' + def install Dir.chdir "memcached-#{version}" do system "phpize" |
