libsoxr: remove conflicts with sox

This commit is contained in:
Chongyu Zhu 2016-08-09 22:39:49 +08:00 committed by Mike McQuaid
parent e2448a1a25
commit a4273743a7

View file

@ -14,8 +14,6 @@ class Libsoxr < Formula
depends_on "cmake" => :build
conflicts_with "sox", :because => "Sox contains soxr. Soxr is purely the resampler."
def install
system "cmake", ".", *std_cmake_args
system "make", "install"