frei0r: remove options
This commit is contained in:
parent
4f9e588336
commit
b6e9d7dbb3
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue