aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lighttpd.rb2
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