aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libvorbis.rb
diff options
context:
space:
mode:
authorJack Nagel2013-12-09 12:25:22 -0600
committerJack Nagel2013-12-09 12:29:20 -0600
commite5853c6cde12f6da423f15a65261520fe56cac62 (patch)
treef3ad1d0bb27b837a1cf3e6f718a770a32bf120b2 /Library/Formula/libvorbis.rb
parent08c500c114c8d63abb61f49714343ebc25698dd6 (diff)
downloadhomebrew-e5853c6cde12f6da423f15a65261520fe56cac62.tar.bz2
Remove explicit xz deps from formulae with HEAD specs
These deps are only needed for the stable download, but they will get pulled in for HEAD builds unless the are scoped appropriately (i.e. inside a stable block). Since they are also auto-detected from the URL now, we can just remove them.
Diffstat (limited to 'Library/Formula/libvorbis.rb')
-rw-r--r--Library/Formula/libvorbis.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/libvorbis.rb b/Library/Formula/libvorbis.rb
index 90be00602..cf3f6f73a 100644
--- a/Library/Formula/libvorbis.rb
+++ b/Library/Formula/libvorbis.rb
@@ -15,7 +15,6 @@ class Libvorbis < Formula
option :universal
- depends_on 'xz' => :build
depends_on 'pkg-config' => :build
depends_on 'libogg'