From 380439710e26044f12b1ca89e016cc9e36c18fb8 Mon Sep 17 00:00:00 2001 From: Mark Imbriaco Date: Fri, 11 Jun 2010 23:34:18 -0400 Subject: [PATCH] Update for node.js 0.1.98. * gnutls is not necessary, node uses libssl. Signed-off-by: Adam Vandenberg --- Formula/node.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/node.rb b/Formula/node.rb index 0d137e50086..2af95979649 100644 --- a/Formula/node.rb +++ b/Formula/node.rb @@ -1,15 +1,13 @@ require 'formula' class Node :recommended - def skip_clean? path # TODO: at some point someone should tweak this so it only skips clean # for the bits that break the build otherwise