aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-06-21 15:09:46 -0500
committerJack Nagel2014-06-21 15:09:46 -0500
commit77ea0f2f057735cbcc0cad75acdf730d46a5b138 (patch)
tree3babab6c96be924c433757e533cdab3a8413a797 /Library/Formula
parent2d246b7155b3bcd5760c206bb8ee08210343bcff (diff)
downloadhomebrew-77ea0f2f057735cbcc0cad75acdf730d46a5b138.tar.bz2
sox: fix audit warning
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sox.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/sox.rb b/Library/Formula/sox.rb
index 4a8bb4885..790a9b6b5 100644
--- a/Library/Formula/sox.rb
+++ b/Library/Formula/sox.rb
@@ -16,8 +16,6 @@ class Sox < Formula
depends_on 'libao' => :optional
depends_on 'lame' => :optional
- conflicts_with 'play', :because => 'both install `play` binaries'
-
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",