aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/jed.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/jed.rb b/Library/Formula/jed.rb
index f4c93638f..28425721c 100644
--- a/Library/Formula/jed.rb
+++ b/Library/Formula/jed.rb
@@ -6,11 +6,13 @@ class Jed < Formula
sha1 '7783ac9035c7221575e74b544902151309d0d0ef'
depends_on 's-lang'
+ depends_on :x11 => :optional
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
+ system "make", "xjed" if build.with? "x11"
ENV.deparallelize
system "make install"