diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bib-tool.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/bib-tool.rb b/Library/Formula/bib-tool.rb index 9ec2dbf7c..f976a41d6 100644 --- a/Library/Formula/bib-tool.rb +++ b/Library/Formula/bib-tool.rb @@ -5,13 +5,7 @@ class BibTool < Formula url 'http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-2.57.tar.gz' sha1 'a6e80c86d347a39f3883e552db2dd4deb72b0e86' - depends_on :autoconf - depends_on :automake - depends_on :libtool - def install - # Needd to pick up the --without-kpathsea argument - system "autoreconf", "-fi" system "./configure", "--prefix=#{prefix}", "--without-kpathsea" system "make" system "make install" |
