From 575adf175bb0f5f28fa288ff6207e04f6a039202 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 4 Apr 2014 19:38:29 -0500 Subject: inkscape: modernize autotools bootstrap --- Library/Formula/inkscape.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/inkscape.rb b/Library/Formula/inkscape.rb index 42bb3fec9..63dd6c2e3 100644 --- a/Library/Formula/inkscape.rb +++ b/Library/Formula/inkscape.rb @@ -8,8 +8,8 @@ class Inkscape < Formula head do url 'lp:inkscape/0.48.x', :using => :bzr - depends_on :autoconf - depends_on :automake + depends_on "autoconf" => :build + depends_on "automake" => :build end depends_on 'pkg-config' => :build @@ -33,7 +33,6 @@ class Inkscape < Formula def install if build.head? - ENV['ACLOCAL_FLAGS'] = "-I #{HOMEBREW_PREFIX}/share/aclocal" system "./autogen.sh" ENV.cxx11 end -- cgit v1.2.3