diff options
| author | Adam Vandenberg | 2013-06-04 10:54:00 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-04 10:54:00 -0700 |
| commit | 27cef61fce80c9ee4b05e18b93990b44d085a37b (patch) | |
| tree | fd97eb785b995d9a7a1b784da459987c28c81c6b /Library | |
| parent | 2fce0e49849c86fbda21372b13076ee386d7b4d5 (diff) | |
| download | homebrew-27cef61fce80c9ee4b05e18b93990b44d085a37b.tar.bz2 | |
mapnik: remove unused opt_prefix
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mapnik.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/mapnik.rb b/Library/Formula/mapnik.rb index 1418e3d2e..713b2c2d3 100644 --- a/Library/Formula/mapnik.rb +++ b/Library/Formula/mapnik.rb @@ -40,7 +40,6 @@ class Mapnik < Formula proj = Formula.factory('proj').opt_prefix jpeg = Formula.factory('jpeg').opt_prefix libtiff = Formula.factory('libtiff').opt_prefix - cairo = Formula.factory('cairo').opt_prefix if build.with? 'cairo' # mapnik compiles can take ~1.5 GB per job for some .cpp files # so lets be cautious by limiting to CPUS/2 |
