aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/weechat.rb
diff options
context:
space:
mode:
authordbr2009-09-18 14:38:43 +0100
committerMax Howell2009-09-30 01:24:36 +0100
commita608ead3d28c54ead76890ee007d7052f1145b80 (patch)
tree4a1ea4de3528265cbd789b15c7f23daef920c970 /Library/Formula/weechat.rb
parentfa1ed1558539449a57a4b67f4b13cd67088c71d9 (diff)
downloadhomebrew-a608ead3d28c54ead76890ee007d7052f1145b80.tar.bz2
weechat depends_on gnutls, and two FIXME notices
Diffstat (limited to 'Library/Formula/weechat.rb')
-rw-r--r--Library/Formula/weechat.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb
index 004699181..f2c6f3df3 100644
--- a/Library/Formula/weechat.rb
+++ b/Library/Formula/weechat.rb
@@ -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