openal-soft: use *_by_macos.

This commit is contained in:
Mike McQuaid 2018-01-18 09:42:15 +00:00
parent f0d0b02d45
commit e65e5501da

View file

@ -12,7 +12,7 @@ class OpenalSoft < Formula
sha256 "a7946da113c242708cf9aa80c12cc2beedf555fd6a9aed5e7656a983a80e1df4" => :el_capitan
end
keg_only :provided_by_osx, "macOS provides OpenAL.framework"
keg_only :provided_by_macos, "macOS provides OpenAL.framework"
depends_on "pkg-config" => :build
depends_on "cmake" => :build