shakespeare: depends on flex

Fixes Homebrew/homebrew#24763.
This commit is contained in:
Jack Nagel 2013-11-29 10:48:23 -06:00
parent e3c914c8b2
commit 32e8598d4d

View file

@ -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'