diff options
Diffstat (limited to 'Library/Formula/playdar.rb')
| -rw-r--r-- | Library/Formula/playdar.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/playdar.rb b/Library/Formula/playdar.rb index 44b1f815d..5ec5c0639 100644 --- a/Library/Formula/playdar.rb +++ b/Library/Formula/playdar.rb @@ -4,9 +4,9 @@ class Playdar <Formula @homepage='http://www.playdar.org' @head='git://github.com/mxcl/playdar.git' - def deps - %w[taglib boost cmake] - end + depends_on 'taglib' + depends_on 'boost' + depends_on 'cmake' def skip_clean? path # for some reason stripping breaks it |
