diff options
| author | Jack Nagel | 2012-08-06 00:33:36 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-06 00:39:06 -0500 |
| commit | 524e42a7e1fe393ba6762c69dc65c408ccb094c0 (patch) | |
| tree | 6722d35951d28dc006dad5e380e430b02b526499 /Library/Formula/mess.rb | |
| parent | d49c70a487b0e6fbb55ee3afb759a4e7a2fbdc11 (diff) | |
| download | homebrew-524e42a7e1fe393ba6762c69dc65c408ccb094c0.tar.bz2 | |
Adjust XQuartz/X11 module naming scheme
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/mess.rb')
| -rw-r--r-- | Library/Formula/mess.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mess.rb b/Library/Formula/mess.rb index 84dce27e3..ae40b664f 100644 --- a/Library/Formula/mess.rb +++ b/Library/Formula/mess.rb @@ -12,7 +12,7 @@ class Mess < Formula def install ENV['MACOSX_USE_LIBSDL'] = '1' - ENV['INCPATH'] = "-I./src/lib/util -I#{MacOS::XQuartz.include}" + ENV['INCPATH'] = "-I./src/lib/util -I#{MacOS::X11.include}" ENV['PTR64'] = (MacOS.prefer_64_bit? ? '1' : '0') system 'make' |
