aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clusterit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/clusterit.rb')
-rw-r--r--Library/Formula/clusterit.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/clusterit.rb b/Library/Formula/clusterit.rb
index a7d4cbf65..4cc33e276 100644
--- a/Library/Formula/clusterit.rb
+++ b/Library/Formula/clusterit.rb
@@ -5,8 +5,9 @@ class Clusterit < Formula
url 'http://downloads.sourceforge.net/project/clusterit/clusterit/clusterit-2.5/clusterit-2.5.tar.gz'
md5 'f0e772e07122e388de629fb57f7237ab'
+ depends_on :x11
+
def install
- ENV.x11
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"