diff options
| author | Jack Nagel | 2013-12-02 17:28:18 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-02 17:28:18 -0600 |
| commit | 6119ff5c1fcee0fbdad92d3807dc01479cccb8c2 (patch) | |
| tree | a65efe86dc4b95489f404207e41c7b31725526b6 /Library/Formula/mapnik.rb | |
| parent | 550dd6fcd866e7b40c0181864ce2f9cc19bec6a6 (diff) | |
| download | homebrew-6119ff5c1fcee0fbdad92d3807dc01479cccb8c2.tar.bz2 | |
mapnik: use existing variable
Diffstat (limited to 'Library/Formula/mapnik.rb')
| -rw-r--r-- | Library/Formula/mapnik.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mapnik.rb b/Library/Formula/mapnik.rb index 526cd838b..e602c334f 100644 --- a/Library/Formula/mapnik.rb +++ b/Library/Formula/mapnik.rb @@ -59,7 +59,7 @@ class Mapnik < Formula "BOOST_LIBS=#{boost}/lib", "PROJ_INCLUDES=#{proj}/include", "PROJ_LIBS=#{proj}/lib", - "FREETYPE_CONFIG=#{Formula.factory('freetype').opt_prefix}/bin/freetype-config" + "FREETYPE_CONFIG=#{freetype}/bin/freetype-config" ] if build.with? 'cairo' |
