From e640026a9d8a4ddba2da2047921813d1df2df357 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 3 Apr 2014 09:14:06 -0500 Subject: Get rid of "use X11 if it's installed" deps Closes #28096. --- Library/Formula/ngspice.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/ngspice.rb') diff --git a/Library/Formula/ngspice.rb b/Library/Formula/ngspice.rb index a2ebbd8ee..72d005439 100644 --- a/Library/Formula/ngspice.rb +++ b/Library/Formula/ngspice.rb @@ -8,7 +8,7 @@ class Ngspice < Formula option "with-x", "Build with X support" option "without-xspice", "Build without x-spice extensions" - depends_on :x11 if MacOS::X11.installed? or build.with? "x" + depends_on :x11 if build.with? "x" def install args = %W[ -- cgit v1.2.3