aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-09-10 16:36:43 +0100
committerMike McQuaid2014-09-10 16:36:45 +0100
commitf64bdc8ef9d125094a304516711d8e36eb049373 (patch)
tree404288ed3ff6b822bd3eeb20c7d0a3f27d7ec263 /Library/Formula
parenteb2119a7d1667072947d4a80871ccd26c32c549e (diff)
downloadhomebrew-f64bdc8ef9d125094a304516711d8e36eb049373.tar.bz2
ntopng: depend on luajit at runtime.
Closes #32213.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ntopng.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/ntopng.rb b/Library/Formula/ntopng.rb
index aa37a264d..7ce2ddf14 100644
--- a/Library/Formula/ntopng.rb
+++ b/Library/Formula/ntopng.rb
@@ -16,12 +16,13 @@ class Ntopng < Formula
depends_on "pkg-config" => :build
depends_on "libtool" => :build
depends_on "json-glib" => :build
- depends_on "json-c"
depends_on "wget" => :build
- depends_on "rrdtool"
depends_on "zeromq" => :build
- depends_on "luajit" => :build
depends_on "gnutls" => :build
+
+ depends_on "json-c"
+ depends_on "rrdtool"
+ depends_on "luajit"
depends_on "geoip"
depends_on "redis"