mapnik: do not depend on boost C++11
This commit is contained in:
parent
acb6d36f7a
commit
cc3a4f83f9
1 changed files with 1 additions and 6 deletions
|
@ -14,6 +14,7 @@ class Mapnik < Formula
|
|||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "boost"
|
||||
depends_on "freetype"
|
||||
depends_on "harfbuzz"
|
||||
depends_on "libpng"
|
||||
|
@ -26,12 +27,6 @@ class Mapnik < Formula
|
|||
depends_on "postgresql" => :optional
|
||||
depends_on "cairo" => :optional
|
||||
|
||||
if MacOS.version < :mavericks
|
||||
depends_on "boost" => "c++11"
|
||||
else
|
||||
depends_on "boost"
|
||||
end
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue