aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cdrtools.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/cdrtools.rb b/Library/Formula/cdrtools.rb
index 2f7365163..b2122f42c 100644
--- a/Library/Formula/cdrtools.rb
+++ b/Library/Formula/cdrtools.rb
@@ -5,7 +5,9 @@ class Cdrtools < Formula
homepage 'http://cdrecord.berlios.de/private/cdrecord.html'
md5 'bb21cefefcfbb76cf249120e8978ffdd'
+ depends_on 'smake' => :build
+
def install
- system "make", "GMAKE_NOWARN=true", "INS_BASE=#{prefix}", "INS_RBASE=#{prefix}", "install"
+ system "smake", "INS_BASE=#{prefix}", "INS_RBASE=#{prefix}", "install"
end
end