aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/minidjvu.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/minidjvu.rb b/Library/Formula/minidjvu.rb
index d9b5953a6..98648ad37 100644
--- a/Library/Formula/minidjvu.rb
+++ b/Library/Formula/minidjvu.rb
@@ -5,12 +5,16 @@ class Minidjvu < Formula
url 'https://downloads.sourceforge.net/project/minidjvu/minidjvu/0.8/minidjvu-0.8.tar.gz'
sha1 '23835f73bc3580b72c6afe1f77feaf1e2611e714'
+ depends_on :autoconf
+ depends_on :automake
+ depends_on :libtool
depends_on 'djvulibre'
depends_on 'libtiff'
def install
ENV.j1
-
+ # force detection of BSD mkdir
+ system "autoreconf", "-vfi"
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"