boost-python@1.59: rename boost@1.59 dependency

This commit is contained in:
ilovezfs 2017-03-11 00:13:48 -08:00 committed by Mike McQuaid
parent c1b69d3058
commit 0e2881318d

View file

@ -12,9 +12,9 @@ class BoostPythonAT159 < Formula
depends_on :python3 => :optional
if build.cxx11?
depends_on "boost159" => "c++11"
depends_on "boost@1.59" => "c++11"
else
depends_on "boost159"
depends_on "boost@1.59"
end
def install