libogg: modernize autotools deps

This commit is contained in:
Jack Nagel 2014-06-01 21:38:17 -05:00
parent 112194f30f
commit 6f6afec37c

View file

@ -15,9 +15,9 @@ class Libogg < Formula
head do
url 'https://svn.xiph.org/trunk/ogg'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
option :universal