aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libming.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:55 -0500
committerJack Nagel2014-03-19 18:57:17 -0500
commit254b3e651be1da342a5b1c483fc01a121364c556 (patch)
tree05dcc01aacee24f4eb5e412d1efc831cfd710ba1 /Library/Formula/libming.rb
parente5d7c2b78ca789c3621d3208a162884ab3de3293 (diff)
downloadhomebrew-254b3e651be1da342a5b1c483fc01a121364c556.tar.bz2
libming: use patch DSL
Diffstat (limited to 'Library/Formula/libming.rb')
-rw-r--r--Library/Formula/libming.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/libming.rb b/Library/Formula/libming.rb
index f67d38a5d..87ab10775 100644
--- a/Library/Formula/libming.rb
+++ b/Library/Formula/libming.rb
@@ -14,9 +14,7 @@ class Libming < Formula
depends_on 'giflib' => :optional
# Helps us find libgif.dylib, not libungif.dylib which is retired.
- def patches
- DATA
- end
+ patch :DATA
def install
# TODO: Libming also includes scripting front-ends for Perl, Python, TCL