aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ht.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/ht.rb b/Library/Formula/ht.rb
index 62ec7f8eb..df8ff70d8 100644
--- a/Library/Formula/ht.rb
+++ b/Library/Formula/ht.rb
@@ -15,7 +15,8 @@ class Ht < Formula
def install
system "chmod +x ./install-sh"
system "./configure", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ "--prefix=#{prefix}",
+ "--disable-x11-textmode"
system "make install"
end
end