diff options
| author | Mike McQuaid | 2012-08-11 13:46:54 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2012-08-25 09:21:10 -0700 |
| commit | 8d1a9093e69a3bdc7c7ad06c823b86190ae9f67b (patch) | |
| tree | 01fed6fb34f9e94b994935c084af6ebcb4feabdb /Library/Formula | |
| parent | 10cf8a10e95570c555b4f3ff1f3496ceb88331d1 (diff) | |
| download | homebrew-8d1a9093e69a3bdc7c7ad06c823b86190ae9f67b.tar.bz2 | |
aalib: doesn't need any dependencies.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aalib.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Library/Formula/aalib.rb b/Library/Formula/aalib.rb index b6c31f5d7..bb5ccaf5b 100644 --- a/Library/Formula/aalib.rb +++ b/Library/Formula/aalib.rb @@ -3,11 +3,7 @@ require 'formula' class Aalib < Formula homepage 'http://aa-project.sourceforge.net/aalib/' url 'http://downloads.sourceforge.net/aa-project/aalib-1.4rc4.tar.gz' - md5 'd5aa8e9eae07b7441298b5c30490f6a6' - - depends_on :automake - depends_on :libtool - depends_on :x11 + sha1 'a11c16b258bf9b64b135858afabc7f3a45222a4a' # Fix malloc/stdlib issue on OS X def patches @@ -16,7 +12,6 @@ class Aalib < Formula def install ENV.ncurses_define - system 'autoreconf --force --install' # To fix X11 linker flags system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", |
