aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2014-06-10 15:47:27 -0700
committerMisty De Meo2014-06-10 15:47:27 -0700
commit689faba68ec3ccf5ab38db30ac5229851d4134c1 (patch)
treef68ee9a165fe3457e6f953c706046f42b1e46b06
parent862eb77752afcd3815a6d1b2e93f69a2fedeea99 (diff)
downloadhomebrew-689faba68ec3ccf5ab38db30ac5229851d4134c1.tar.bz2
aplus: disable X
-rw-r--r--Library/Formula/aplus.rb3
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"