aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gstreamer.rb
diff options
context:
space:
mode:
authorJack Nagel2013-09-20 10:15:56 -0500
committerJack Nagel2013-09-21 19:29:54 -0500
commit915fd6ed9fd2310030304911f684106e4c2a24b7 (patch)
treecfc65211473c4ef978633e3eaf0f65db1ef61057 /Library/Formula/gstreamer.rb
parent453aabb413d274093cef9f148052ac6d493c3716 (diff)
downloadhomebrew-915fd6ed9fd2310030304911f684106e4c2a24b7.tar.bz2
gstreamer: use spec deps
Diffstat (limited to 'Library/Formula/gstreamer.rb')
-rw-r--r--Library/Formula/gstreamer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gstreamer.rb b/Library/Formula/gstreamer.rb
index 6e4bee409..c79d0b327 100644
--- a/Library/Formula/gstreamer.rb
+++ b/Library/Formula/gstreamer.rb
@@ -6,9 +6,9 @@ class Gstreamer < Formula
mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gstreamer-1.0.10.tar.xz'
sha256 '8e0aa9f41370586171a2616326fbc508bc4b61ffc4d55b2a8c4c3459d0cc1130'
- head 'git://anongit.freedesktop.org/gstreamer/gstreamer'
+ head do
+ url 'git://anongit.freedesktop.org/gstreamer/gstreamer'
- if build.head?
depends_on :automake
depends_on :libtool
end