weechat depends_on gnutls, and two FIXME notices

This commit is contained in:
dbr 2009-09-18 14:38:43 +01:00 committed by Max Howell
parent db593500ef
commit daf1821c59

View file

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