ntopng: depend on luajit at runtime.

Closes Homebrew/homebrew#32213.
This commit is contained in:
Mike McQuaid 2014-09-10 16:36:43 +01:00
parent 6673568aca
commit e820b67c4b

View file

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