mapnik: add libtool dependency

According to [the mac homebrew installation wiki page for mapnik][1],
libtool needs to be installed before mapnik when installing on
mountain lion.

[1] https://github.com/mapnik/mapnik/wiki/MacInstallation_Homebrew

Closes Homebrew/homebrew#15542.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
royhodgman 2012-10-19 01:39:30 -04:00 committed by Adam Vandenberg
parent 9ecc3dfb80
commit a14f063bbf

View file

@ -9,6 +9,7 @@ class Mapnik < Formula
option 'with-cairo', 'Build with Cairo'
depends_on :libtool => :build
depends_on :freetype
depends_on :libpng
depends_on 'libtiff'