aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-22 00:09:17 -0500
committerJack Nagel2013-03-22 00:09:26 -0500
commit98232655a79ae254f90f45c6d3188c5cc49321b6 (patch)
tree81179856d7ca4dfe6eaba6113d8dc5609f59b90c /Library/Formula
parent08957b41de55d344e0794b905560e30dbf69ac9d (diff)
downloadhomebrew-98232655a79ae254f90f45c6d3188c5cc49321b6.tar.bz2
harfbuzz: remove autogen
There is no documentation as to why this is necessary, it builds fine for me without it, and MacPorts does not do it, so I'm removing it. It can be added back with comments if it breaks for someone.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/harfbuzz.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/harfbuzz.rb b/Library/Formula/harfbuzz.rb
index 4ada58443..932d138df 100644
--- a/Library/Formula/harfbuzz.rb
+++ b/Library/Formula/harfbuzz.rb
@@ -6,11 +6,6 @@ class Harfbuzz < Formula
sha256 'c653f70a275e98d109a9f1271373a6e80978c97298d723cb3f370351852f9da5'
depends_on 'pkg-config' => :build
-
- # Requires newer autotools on all platforms
- depends_on 'autoconf' => :build
- depends_on 'automake' => :build
- depends_on 'libtool' => :build
depends_on 'glib'
depends_on 'icu4c' => :recommended
@@ -18,7 +13,6 @@ class Harfbuzz < Formula
depends_on 'fontconfig'
def install
- system "./autogen.sh"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end