fsv: add missing autoconf dependency

Closes Homebrew/homebrew#24412.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Frizlab 2013-11-18 00:32:43 +01:00 committed by Adam Vandenberg
parent 6f7d37725d
commit b8f9341955
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class Fsv < Formula
depends_on :x11
depends_on 'gtk+'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'pkg-config' => :build