From 9f461da38aa22745989dfe11a6ab2f6a2200b1b9 Mon Sep 17 00:00:00 2001 From: John K. Parejko Date: Sun, 9 Mar 2014 23:26:26 -0400 Subject: jed: add optional X11 support (xjed) Closes #27367. Signed-off-by: Jack Nagel --- Library/Formula/jed.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3