pbrt: fix dependency order

This commit is contained in:
commitay 2018-09-18 11:26:17 +10:00
parent 6198a35f43
commit 2677161bc6

View file

@ -13,8 +13,8 @@ class Pbrt < Formula
sha256 "f9104d3cf2dc87dc5b8cdc6b43b7c32447508ad4282d4caa850136e9742b61be" => :el_capitan
end
depends_on "openexr"
depends_on "flex"
depends_on "openexr"
def install
system "make", "-C", "src"