diff options
| author | Jack Nagel | 2014-12-04 12:01:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 12:01:23 -0500 |
| commit | 4515cc9f2c98de5249e5e49e190116cc94777863 (patch) | |
| tree | 99d203faa98ac511c975c7c459b7393f07146bb4 /Library | |
| parent | 8e12ee29b74515c908f79a59540279a3401c404c (diff) | |
| download | homebrew-4515cc9f2c98de5249e5e49e190116cc94777863.tar.bz2 | |
gst-plugins-base: modernize autotools deps
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gst-plugins-base.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gst-plugins-base.rb b/Library/Formula/gst-plugins-base.rb index de31542fe..c9c77f56e 100644 --- a/Library/Formula/gst-plugins-base.rb +++ b/Library/Formula/gst-plugins-base.rb @@ -15,9 +15,9 @@ class GstPluginsBase < Formula head do url "git://anongit.freedesktop.org/gstreamer/gst-plugins-base" - 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 |
