mal4s: do not depend on boost C++11
This commit is contained in:
parent
62f5de25f8
commit
c86094dd75
1 changed files with 1 additions and 6 deletions
|
@ -19,6 +19,7 @@ class Mal4s < Formula
|
|||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "glm" => :build
|
||||
depends_on "boost"
|
||||
depends_on "glew"
|
||||
depends_on "pcre"
|
||||
depends_on "sdl2"
|
||||
|
@ -27,12 +28,6 @@ class Mal4s < Formula
|
|||
depends_on "freetype"
|
||||
depends_on :x11 => :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