weechat depends_on gnutls, and two FIXME notices
This commit is contained in:
parent
db593500ef
commit
daf1821c59
1 changed files with 3 additions and 0 deletions
|
@ -6,8 +6,11 @@ class Weechat <Formula
|
|||
@md5='c31cfc229e964ff9257cc9c7f9e6c9bc'
|
||||
|
||||
depends_on 'cmake'
|
||||
depends_on 'gnutls'
|
||||
|
||||
def install
|
||||
#FIXME: Compiling perl module doesn't work
|
||||
#FIXME: GnuTLS support isn't detected
|
||||
system "cmake", "-DDISABLE_PERL=ON", std_cmake_parameters, "."
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue