From 2b0dfee5c07d8c149cccc9a07d1c8d71a9b4d3c0 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Fri, 14 Sep 2018 14:51:58 +0200 Subject: [PATCH] algol68g: remove options --- Formula/algol68g.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/algol68g.rb b/Formula/algol68g.rb index 6dc78810656a0..029e930ca239c 100644 --- a/Formula/algol68g.rb +++ b/Formula/algol68g.rb @@ -12,8 +12,6 @@ class Algol68g < Formula sha256 "8b635fbd56159120fef7b0dca5364de8baa2b7d9a2f87956b86d31e4dd51a111" => :yosemite end - depends_on "gsl" => :optional - def install system "./configure", "--prefix=#{prefix}" system "make", "install"