From 666e58a5e6d8351e0b7ff0fbb814121127ac5c19 Mon Sep 17 00:00:00 2001 From: Larry Shaffer Date: Tue, 16 Sep 2014 15:46:21 -0600 Subject: lighttpd: fix lua option Closes #32345. Signed-off-by: Jack Nagel --- Library/Formula/lighttpd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3