aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tabbed.rb
diff options
context:
space:
mode:
authorJack Nagel2012-07-25 21:51:20 -0500
committerJack Nagel2012-08-01 00:31:39 -0500
commitebe8e835716bfd505dec95bdbfbac519f671d783 (patch)
tree1a0178bc81825a35259df12cb2185d40eae152d9 /Library/Formula/tabbed.rb
parent68b5fe1ca5a43234fa68a70ec707a77dd6d11cd4 (diff)
downloadhomebrew-ebe8e835716bfd505dec95bdbfbac519f671d783.tar.bz2
Update formulae for new XQuartz module
Diffstat (limited to 'Library/Formula/tabbed.rb')
-rw-r--r--Library/Formula/tabbed.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tabbed.rb b/Library/Formula/tabbed.rb
index 8194d8fc7..25642e55b 100644
--- a/Library/Formula/tabbed.rb
+++ b/Library/Formula/tabbed.rb
@@ -9,7 +9,7 @@ class Tabbed < Formula
depends_on :x11
def install
- inreplace 'config.mk', "LIBS = -L/usr/lib -lc -lX11', 'LIBS = -L#{MacOS.x11_prefix}/lib -lc -lX11"
+ inreplace 'config.mk', "LIBS = -L/usr/lib -lc -lX11', 'LIBS = -L#{MacOS::XQuartz.lib} -lc -lX11"
inreplace 'tabbed.1', 'new surf-window.', 'new xterm-window.'
inreplace 'config.def.h',
'{ MODKEY|ShiftMask, XK_Return, spawn, { .v = (char*[]){ "surf", "-e", winid, NULL} } },',