diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/inkscape.rb | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
