Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libspiro: modernize autotools deps
  • Loading branch information
jacknagel committed Dec 4, 2014
1 parent 6f98205 commit f95d83d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/libspiro.rb
Expand Up @@ -16,9 +16,9 @@ class Libspiro < Formula
head do
url 'https://github.com/fontforge/libspiro.git'

depends_on :automake
depends_on :autoconf
depends_on :libtool
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build
end

def install
Expand Down

0 comments on commit f95d83d

Please sign in to comment.