diff options
| author | Dane Springmeyer | 2013-12-14 16:46:16 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-14 13:47:41 -0800 |
| commit | 282dc564ab11e62890551367d2ddf5eca50ee0f2 (patch) | |
| tree | 1f38450c893498216574298849797ec83d2e850a /Library | |
| parent | 53d6b9d25eae1a5859455950f9973904cafa8bad (diff) | |
| download | homebrew-282dc564ab11e62890551367d2ddf5eca50ee0f2.tar.bz2 | |
mapnik: no longer requires geos
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mapnik.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/mapnik.rb b/Library/Formula/mapnik.rb index e602c334f..9a8d554eb 100644 --- a/Library/Formula/mapnik.rb +++ b/Library/Formula/mapnik.rb @@ -23,7 +23,6 @@ class Mapnik < Formula depends_on 'boost' depends_on 'gdal' => :optional depends_on 'postgresql' => :optional - depends_on 'geos' => :optional depends_on 'cairo' => :optional depends_on 'py2cairo' if build.with? 'cairo' @@ -67,7 +66,6 @@ class Mapnik < Formula else args << "CAIRO=False" end - args << "GEOS_CONFIG=#{Formula.factory('geos').opt_prefix}/bin/geos-config" if build.with? 'geos' args << "GDAL_CONFIG=#{Formula.factory('gdal').opt_prefix}/bin/gdal-config" if build.with? 'gdal' args << "PG_CONFIG=#{Formula.factory('postgresql').opt_prefix}/bin/pg_config" if build.with? 'postgresql' |
