aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aview.rb
diff options
context:
space:
mode:
authorJack Nagel2012-06-06 20:35:12 -0500
committerJack Nagel2012-07-01 12:41:00 -0500
commita2d4d9d832e60e2b007990f394b22e77b6dfa3ba (patch)
tree61d17f0eb86471a00b2bf117d13f067f73e372b8 /Library/Formula/aview.rb
parent06c2ea036322bd1d05330711aa41273cddc77ede (diff)
downloadhomebrew-a2d4d9d832e60e2b007990f394b22e77b6dfa3ba.tar.bz2
Update formulae for XQuartz compatibility
Diffstat (limited to 'Library/Formula/aview.rb')
-rw-r--r--Library/Formula/aview.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/aview.rb b/Library/Formula/aview.rb
index 6e9304d08..3445a4e6e 100644
--- a/Library/Formula/aview.rb
+++ b/Library/Formula/aview.rb
@@ -6,14 +6,15 @@ class Aview < Formula
md5 '093f298e7787591e229b59d039c72f4d'
depends_on 'aalib'
+ depends_on :x11
def patches
DATA
end
def install
- ENV.x11
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-debug",
+ "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"