From 600bae85cc012f50d88c8c91d3d39ed0e8c3a34c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 8 Feb 2012 14:10:44 -0600 Subject: despotify: add dep on mpg123 This dependency was introduced fairly recently, but this is a HEAD-only formula so we were unaware of it. Fixes #10052. Signed-off-by: Jack Nagel --- Library/Formula/despotify.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/despotify.rb b/Library/Formula/despotify.rb index 2013229d9..4eafeeef6 100644 --- a/Library/Formula/despotify.rb +++ b/Library/Formula/despotify.rb @@ -7,6 +7,7 @@ class Despotify < Formula depends_on 'pkg-config' => :build depends_on 'libao' depends_on 'libvorbis' + depends_on 'mpg123' def install system "make Makefile.local.mk" -- cgit v1.2.3