From e7f17f1bb18ad3ba119322db7c36ba5c9d42c69e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 29 Oct 2014 00:30:06 -0500 Subject: Fixup previous ncmpcpp changes Somehow pushed an older commit. --- Library/Formula/ncmpcpp.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Library/Formula/ncmpcpp.rb') diff --git a/Library/Formula/ncmpcpp.rb b/Library/Formula/ncmpcpp.rb index 5829c9639..38fb4a6e5 100644 --- a/Library/Formula/ncmpcpp.rb +++ b/Library/Formula/ncmpcpp.rb @@ -21,11 +21,17 @@ class Ncmpcpp < Formula end depends_on 'pkg-config' => :build - depends_on 'taglib' depends_on 'libmpdclient' - depends_on 'boost' depends_on 'readline' + if MacOS.version < :mavericks + depends_on "boost" => "c++11" + depends_on "taglib" => "c++11" + else + depends_on "boost" + depends_on "taglib" + end + depends_on 'fftw' if build.include? "visualizer" option 'outputs', 'Compile with mpd outputs control' -- cgit v1.2.3