diff options
| author | Larry Shaffer | 2014-09-16 15:46:21 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-09-16 19:14:35 -0500 |
| commit | 666e58a5e6d8351e0b7ff0fbb814121127ac5c19 (patch) | |
| tree | 7e4829ecaca812ca8dcd765d130551e54a534cef /Library/Formula/lighttpd.rb | |
| parent | 076a446711140bf5e4d8ae1f14dcd139a5429ed8 (diff) | |
| download | homebrew-666e58a5e6d8351e0b7ff0fbb814121127ac5c19.tar.bz2 | |
lighttpd: fix lua option
Closes #32345.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/lighttpd.rb')
| -rw-r--r-- | Library/Formula/lighttpd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lighttpd.rb b/Library/Formula/lighttpd.rb index d15e01227..3dc949af4 100644 --- a/Library/Formula/lighttpd.rb +++ b/Library/Formula/lighttpd.rb @@ -19,7 +19,7 @@ class Lighttpd < Formula depends_on 'automake' => :build depends_on 'libtool' => :build depends_on 'pcre' - depends_on 'lua51' => :optional + depends_on 'lua51' if build.with? "lua" depends_on 'libev' => :optional # default max. file descriptors; this option will be ignored if the server is not started as root |
