From 689faba68ec3ccf5ab38db30ac5229851d4134c1 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 10 Jun 2014 15:47:27 -0700 Subject: aplus: disable X --- Library/Formula/aplus.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula/aplus.rb') diff --git a/Library/Formula/aplus.rb b/Library/Formula/aplus.rb index 22d6fc41f..fc6042a4c 100644 --- a/Library/Formula/aplus.rb +++ b/Library/Formula/aplus.rb @@ -17,7 +17,8 @@ class Aplus < Formula inreplace path, "/usr/local/aplus-fsf-4.20", prefix end - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", + "--without-x" system "make" ENV.j1 # make install breaks with -j option system "make", "install" -- cgit v1.2.3