aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-13 10:46:31 -0600
committerJack Nagel2013-11-13 10:46:31 -0600
commitd0497c9cef9e6bc0e7fa278f29fb058df5a1186c (patch)
treeae89a42118eb00af48f4071d6c2775d7b4b74492 /Library/Formula
parentfdfc54961eb497b6dd854852dc604cb50c994fda (diff)
downloadhomebrew-d0497c9cef9e6bc0e7fa278f29fb058df5a1186c.tar.bz2
Add explicit :autoconf deps where missing
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/afuse.rb1
-rw-r--r--Library/Formula/atomicparsley.rb1
-rw-r--r--Library/Formula/avra.rb1
-rw-r--r--Library/Formula/beansdb.rb1
-rw-r--r--Library/Formula/bib-tool.rb1
-rw-r--r--Library/Formula/blitz.rb1
-rw-r--r--Library/Formula/cardpeek.rb1
-rw-r--r--Library/Formula/crosstool-ng.rb1
-rw-r--r--Library/Formula/ctail.rb1
-rw-r--r--Library/Formula/curlftpfs.rb1
-rw-r--r--Library/Formula/dash.rb1
-rw-r--r--Library/Formula/dc3dd.rb1
-rw-r--r--Library/Formula/samba.rb1
13 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/afuse.rb b/Library/Formula/afuse.rb
index e754697da..320919806 100644
--- a/Library/Formula/afuse.rb
+++ b/Library/Formula/afuse.rb
@@ -5,6 +5,7 @@ class Afuse < Formula
url 'https://afuse.googlecode.com/files/afuse-0.4.1.tar.gz'
sha1 '156b196a27c181eee8b192e7922fbe3c32c858e3'
+ depends_on :autoconf
depends_on :automake
depends_on :libtool
diff --git a/Library/Formula/atomicparsley.rb b/Library/Formula/atomicparsley.rb
index 7aa16d629..3aa17fd06 100644
--- a/Library/Formula/atomicparsley.rb
+++ b/Library/Formula/atomicparsley.rb
@@ -7,6 +7,7 @@ class Atomicparsley < Formula
head 'https://bitbucket.org/wez/atomicparsley', :using => :hg
+ depends_on :autoconf
depends_on :automake
depends_on :libtool
diff --git a/Library/Formula/avra.rb b/Library/Formula/avra.rb
index 49d853824..272cbc325 100644
--- a/Library/Formula/avra.rb
+++ b/Library/Formula/avra.rb
@@ -5,6 +5,7 @@ class Avra < Formula
url 'http://downloads.sourceforge.net/project/avra/1.3.0/avra-1.3.0.tar.bz2'
sha1 '7ad7d168b02107d4f2d72951155798c2fd87d5a9'
+ depends_on :autoconf
depends_on :automake
def install
diff --git a/Library/Formula/beansdb.rb b/Library/Formula/beansdb.rb
index 06412ca7e..d3b626330 100644
--- a/Library/Formula/beansdb.rb
+++ b/Library/Formula/beansdb.rb
@@ -6,6 +6,7 @@ class Beansdb < Formula
url 'https://github.com/douban/beansdb/archive/v0.6.tar.gz'
sha1 '9099ce607ff3c3eba251ee34ae65a08c4e3715b9'
+ depends_on :autoconf
depends_on :automake
def install
diff --git a/Library/Formula/bib-tool.rb b/Library/Formula/bib-tool.rb
index 4e2f2d901..3fe5c71e7 100644
--- a/Library/Formula/bib-tool.rb
+++ b/Library/Formula/bib-tool.rb
@@ -5,6 +5,7 @@ class BibTool < Formula
url 'http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-2.55.tar.gz'
sha1 'b36eee9929419a4d0a6d407adc60dbe0ffa9fce9'
+ depends_on :autoconf
depends_on :automake
depends_on :libtool
diff --git a/Library/Formula/blitz.rb b/Library/Formula/blitz.rb
index 29a54d4a3..b534584cd 100644
--- a/Library/Formula/blitz.rb
+++ b/Library/Formula/blitz.rb
@@ -8,6 +8,7 @@ class Blitz < Formula
head do
url 'http://blitz.hg.sourceforge.net:8000/hgroot/blitz/blitz', :using => :hg
+ depends_on :autoconf
depends_on :automake
depends_on :libtool
end
diff --git a/Library/Formula/cardpeek.rb b/Library/Formula/cardpeek.rb
index 9324b3271..a1035ce0a 100644
--- a/Library/Formula/cardpeek.rb
+++ b/Library/Formula/cardpeek.rb
@@ -8,6 +8,7 @@ class Cardpeek < Formula
head 'http://cardpeek.googlecode.com/svn/trunk/'
depends_on 'pkg-config' => :build
+ depends_on :autoconf
depends_on :automake
depends_on :x11
depends_on 'gtk+'
diff --git a/Library/Formula/crosstool-ng.rb b/Library/Formula/crosstool-ng.rb
index caf0b850a..8d77ca0e8 100644
--- a/Library/Formula/crosstool-ng.rb
+++ b/Library/Formula/crosstool-ng.rb
@@ -5,6 +5,7 @@ class CrosstoolNg < Formula
url 'http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.19.0.tar.bz2'
sha1 'b7ae3e90756b499ff5362064b7d80f8a45d09bfb'
+ depends_on :autoconf
depends_on :automake
depends_on 'coreutils' => :build
depends_on 'wget'
diff --git a/Library/Formula/ctail.rb b/Library/Formula/ctail.rb
index d62c52cc1..750f86ad5 100644
--- a/Library/Formula/ctail.rb
+++ b/Library/Formula/ctail.rb
@@ -5,6 +5,7 @@ class Ctail < Formula
url 'http://ctail.i-want-a-pony.com/downloads/ctail-0.1.0.tar.bz2'
sha1 '4bd0373df88136b48cac721c98d34cefda27aff9'
+ depends_on :autoconf
depends_on :automake
depends_on :libtool
diff --git a/Library/Formula/curlftpfs.rb b/Library/Formula/curlftpfs.rb
index c5c466780..69c2b7943 100644
--- a/Library/Formula/curlftpfs.rb
+++ b/Library/Formula/curlftpfs.rb
@@ -7,6 +7,7 @@ class Curlftpfs < Formula
head 'https://github.com/rfw/curlftpfs.git'
+ depends_on :autoconf
depends_on :automake
depends_on :libtool
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb
index 5c4f05daa..c80bb6700 100644
--- a/Library/Formula/dash.rb
+++ b/Library/Formula/dash.rb
@@ -7,6 +7,7 @@ class Dash < Formula
head do
url 'https://git.kernel.org/pub/scm/utils/dash/dash.git'
+ depends_on :autoconf
depends_on :automake
end
diff --git a/Library/Formula/dc3dd.rb b/Library/Formula/dc3dd.rb
index 59315fe02..268a19630 100644
--- a/Library/Formula/dc3dd.rb
+++ b/Library/Formula/dc3dd.rb
@@ -5,6 +5,7 @@ class Dc3dd < Formula
url 'http://downloads.sourceforge.net/project/dc3dd/dc3dd/7.1.0/dc3dd-7.1.614.tar.gz'
sha1 '808abb6472861a88efd94fd22ffea7021007d769'
+ depends_on :autoconf
depends_on :automake
# Remove explicit dependency on automake 1.10.1
diff --git a/Library/Formula/samba.rb b/Library/Formula/samba.rb
index 9e2020029..46ff637d2 100644
--- a/Library/Formula/samba.rb
+++ b/Library/Formula/samba.rb
@@ -6,6 +6,7 @@ class Samba < Formula
sha1 'a3cd91fa8835c7c47e4cb3ab419f92b4895052b5'
# Needed for autogen.sh
+ depends_on :autoconf
depends_on :automake
depends_on :libtool