aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rrdtool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/rrdtool.rb')
-rw-r--r--Library/Formula/rrdtool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb
index 775021d2f..533959d39 100644
--- a/Library/Formula/rrdtool.rb
+++ b/Library/Formula/rrdtool.rb
@@ -11,6 +11,7 @@ class Rrdtool < Formula
depends_on 'intltool'
depends_on 'expat'
depends_on 'pango'
+ depends_on :x11
# Can use lua if it is found, but don't force users to install
depends_on 'lua' => :optional if ARGV.include? "--lua"
@@ -24,7 +25,6 @@ class Rrdtool < Formula
def install
ENV.libxml2
- ENV.x11
which_perl = which 'perl'
which_ruby = which 'ruby'