aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/shakespeare.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/shakespeare.rb b/Library/Formula/shakespeare.rb
index cd5f7fe2f..b9c5426d4 100644
--- a/Library/Formula/shakespeare.rb
+++ b/Library/Formula/shakespeare.rb
@@ -5,6 +5,8 @@ class Shakespeare < Formula
url 'http://shakespearelang.sf.net/download/spl-1.2.1.tar.gz'
sha1 '17adea7bbf5e1de1a29e71b19e5271f186e9698d'
+ depends_on 'flex' if MacOS.version >= :mountain_lion
+
def install
system "make install"
bin.install 'spl/bin/spl2c'