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:
parent
9ecc3dfb80
commit
a14f063bbf
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue