aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:23 -0500
committerJack Nagel2014-12-04 12:01:23 -0500
commit8cec4dacfc4593fdde8c0e8643e3650839b62808 (patch)
tree9f5e49c936ab9610c33d7b404085059710b47672 /Library/Formula
parent9f60132f969b7be82ae5bb0f1a086f9504cb2966 (diff)
downloadhomebrew-8cec4dacfc4593fdde8c0e8643e3650839b62808.tar.bz2
gst-plugins-ugly: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-plugins-ugly.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gst-plugins-ugly.rb b/Library/Formula/gst-plugins-ugly.rb
index 143dc39a2..056f48c8f 100644
--- a/Library/Formula/gst-plugins-ugly.rb
+++ b/Library/Formula/gst-plugins-ugly.rb
@@ -15,9 +15,9 @@ class GstPluginsUgly < Formula
head do
url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
depends_on 'pkg-config' => :build