aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRui Pereira2013-01-31 16:05:38 +0100
committerAdam Vandenberg2013-01-31 10:31:24 -0800
commitc70b5f5773a085eb3c7c9b62b45ce2710a4d44ee (patch)
tree0f501dd4c7af62e8f900c0095b790de9889357a3 /Library
parentdd8b5b2c2e53d211c9552fef1dacc6890cc2a7bd (diff)
downloadhomebrew-c70b5f5773a085eb3c7c9b62b45ce2710a4d44ee.tar.bz2
gv: depends on ghostscript installed using '--with-x11'
Closes #17465. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gv.rb b/Library/Formula/gv.rb
index eddbc1c1a..f4a0abf54 100644
--- a/Library/Formula/gv.rb
+++ b/Library/Formula/gv.rb
@@ -8,7 +8,7 @@ class Gv < Formula
# Note: Switch back to ftp://ftp.gnu.org/gnu/gv/ @ gv-3.7.4.
# This gv version from alpha was released to support libxaw3d >= 1.6.1
- depends_on 'ghostscript'
+ depends_on 'ghostscript' => 'with-x11'
depends_on :x11 => '2.7.2'
skip_clean 'share/gv/safe-gs-workdir'