aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghostscript.rb
diff options
context:
space:
mode:
authorMax Howell2012-02-28 15:39:22 +0000
committerMax Howell2012-02-28 15:40:59 +0000
commit1eea2327405c9e00b11130955b84aa6c26042c78 (patch)
treef49ac7bdabdb3b634b55c2c4b1a0ad290e981d77 /Library/Formula/ghostscript.rb
parent753dde9c2cf66848183f3f787f8501dbf5a7e28f (diff)
downloadhomebrew-1eea2327405c9e00b11130955b84aa6c26042c78.tar.bz2
These now depend on automake for Xcode >= 4.3
Fixes #10559. Also added missing deps for osm2pgsql. Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
Diffstat (limited to 'Library/Formula/ghostscript.rb')
-rw-r--r--Library/Formula/ghostscript.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb
index efd1c6c7b..c27187057 100644
--- a/Library/Formula/ghostscript.rb
+++ b/Library/Formula/ghostscript.rb
@@ -17,6 +17,11 @@ class Ghostscript < Formula
depends_on 'jpeg'
depends_on 'libtiff'
+ if ARGV.build_head? and MacOS.xcode_version >= "4.3"
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
+ end
+
def move_included_source_copies
# If the install version of any of these doesn't match
# the version included in ghostscript, we get errors