aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rogue.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/rogue.rb')
-rw-r--r--Library/Formula/rogue.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rogue.rb b/Library/Formula/rogue.rb
index 3bf54dd69..194688664 100644
--- a/Library/Formula/rogue.rb
+++ b/Library/Formula/rogue.rb
@@ -7,7 +7,7 @@ class Rogue < Formula
sha1 'aef9e589c4f31eb6d3eeb9d543ab8787b00fb022'
def install
- ENV.ncurses_define if MACOS_VERSION == 10.6
+ ENV.ncurses_define if MacOS.snow_leopard?
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"