From e8bebb4b76ddc8c598766aee1079f3d8e752498a Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Thu, 18 Dec 2014 00:47:35 -0800 Subject: inkscape: style nits --- Library/Formula/inkscape.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/inkscape.rb b/Library/Formula/inkscape.rb index bb36acd56..0c58d8c4e 100644 --- a/Library/Formula/inkscape.rb +++ b/Library/Formula/inkscape.rb @@ -1,5 +1,3 @@ -require 'formula' - class Inkscape < Formula homepage 'http://inkscape.org/' url 'https://downloads.sourceforge.net/project/inkscape/inkscape/0.48.5/inkscape-0.48.5.tar.gz' @@ -59,7 +57,7 @@ class Inkscape < Formula args << "--disable-poppler-cairo" if build.without? "poppler" system "./configure", *args - system "make install" + system "make", "install" end test do -- cgit v1.2.3