aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Formula/cuetools.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/cuetools.rb b/Library/Formula/cuetools.rb
index 9298559cb..600e8f46d 100755
--- a/Library/Formula/cuetools.rb
+++ b/Library/Formula/cuetools.rb
@@ -5,11 +5,8 @@ class Cuetools <Formula
homepage 'http://developer.berlios.de/projects/cuetools/'
md5 '45575f7a1bdc6615599fa6cb49845cca'
-# depends_on 'cmake'
-
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--mandir=#{prefix}/share/man"
-# system "cmake . #{std_cmake_parameters}"
system "make install"
end
end