aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-01 23:45:39 -0600
committerJack Nagel2013-02-01 23:49:56 -0600
commitcfd3d539892de1a7145c0ef3c99a52782279c1f0 (patch)
treedd7964c66d958a51d2bd867d1a4abf06651dc9f3 /Library/Formula
parent8e6b4b9cbd70989b5d1f3cb144319a5b2c82ed79 (diff)
downloadhomebrew-cfd3d539892de1a7145c0ef3c99a52782279c1f0.tar.bz2
smpeg: autotools are build deps by default
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/smpeg.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/smpeg.rb b/Library/Formula/smpeg.rb
index c41b6aa0d..a53cdf418 100644
--- a/Library/Formula/smpeg.rb
+++ b/Library/Formula/smpeg.rb
@@ -4,9 +4,8 @@ class Smpeg < Formula
homepage 'http://icculus.org/smpeg/'
head 'svn://svn.icculus.org/smpeg/trunk'
- depends_on :automake => :build
- depends_on :libtool => :build
-
+ depends_on :automake
+ depends_on :libtool
depends_on 'pkg-config' => :build
depends_on 'sdl'
depends_on 'gtk+'