frei0r: remove options

This commit is contained in:
FX Coudert 2018-12-29 00:38:15 +01:00
parent 4f9e588336
commit b6e9d7dbb3

View file

@ -15,11 +15,8 @@ class Frei0r < Formula
depends_on "autoconf" => :build
depends_on "pkg-config" => :build
depends_on "cairo" => :optional
depends_on "opencv@2" => :optional
def install
ENV["CAIRO_CFLAGS"] = "-I#{Formula["cairo"].opt_include}/cairo" if build.with? "cairo"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make", "install"