mapnik: use existing variable

This commit is contained in:
Jack Nagel 2013-12-02 17:28:18 -06:00
parent 1642823f5d
commit b83c840fdf

View file

@ -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'