aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/opus.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/opus.rb b/Library/Formula/opus.rb
index f1d1c2b9f..00eb97204 100644
--- a/Library/Formula/opus.rb
+++ b/Library/Formula/opus.rb
@@ -17,9 +17,9 @@ class Opus < Formula
head do
url 'https://git.xiph.org/opus.git'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
def install