mapnik: use existing variable
This commit is contained in:
parent
1642823f5d
commit
b83c840fdf
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue