ettercap: use Formula[]

master
Adam Vandenberg 2014-02-24 21:26:29 -08:00
parent 5673c4e14d
commit f465c26700
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Ettercap < Formula
end
def install
libnet = Formula.factory 'libnet'
libnet = Formula['libnet']
args = ['..'] + std_cmake_args + [
"-DINSTALL_SYSCONFDIR=#{etc}",