diff options
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 0befcc5c6..84dce27e3 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.x11_prefix}/include" + ENV['INCPATH'] = "-I./src/lib/util -I#{MacOS::XQuartz.include}" ENV['PTR64'] = (MacOS.prefer_64_bit? ? '1' : '0') system 'make' |
