diff options
| -rw-r--r-- | Library/Formula/aplus.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
