aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/imake.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/imake.rb')
-rw-r--r--Library/Formula/imake.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/imake.rb b/Library/Formula/imake.rb
index ec7c90bff..3ef9ee2f1 100644
--- a/Library/Formula/imake.rb
+++ b/Library/Formula/imake.rb
@@ -11,10 +11,9 @@ class Imake < Formula
sha1 '1fd3dca267d125ad86583d7f9663b6ff532cddd1'
depends_on 'pkg-config' => :build
+ depends_on :x11
def install
- # So it can find xorg-macros.pc. Using ENV.x11 didn't work.
- ENV['PKG_CONFIG_PATH'] = '/usr/X11/share/pkgconfig'
ENV.deparallelize
system './configure', "--prefix=#{prefix}", '--disable-dependency-tracking'
system "make install"