aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/smpeg.rb
diff options
context:
space:
mode:
authorJack Nagel2012-09-10 16:47:23 -0500
committerJack Nagel2012-09-10 16:47:23 -0500
commit98017d96e89f4b1d8bf0cf9021b0aa7b1fb35ac7 (patch)
tree879a94cbe8722c980f7b9f14fd5a3a0012aac986 /Library/Formula/smpeg.rb
parent9a68eb188a05e5675e70b162be171399b5863d4a (diff)
downloadhomebrew-98017d96e89f4b1d8bf0cf9021b0aa7b1fb35ac7.tar.bz2
smpeg: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/smpeg.rb')
-rw-r--r--Library/Formula/smpeg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/smpeg.rb b/Library/Formula/smpeg.rb
index c32b617ca..d78eeeda5 100644
--- a/Library/Formula/smpeg.rb
+++ b/Library/Formula/smpeg.rb
@@ -9,7 +9,7 @@ class Smpeg < Formula
depends_on 'pkg-config' => :build
depends_on 'sdl'
- depends_on 'gtk'
+ depends_on 'gtk+'
def install
system "./autogen.sh"