aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 12:13:31 -0500
committerJack Nagel2014-03-18 14:52:51 -0500
commitff2d98eb8fdae20efaa7b9bd91f62e3e0780a1dc (patch)
tree3c8a3cd732a0ec47d46661e60aa04dc4ab3bdf50
parent4e4cd1a5de4b2cd20e80f35aa904fea1ebb1e3c6 (diff)
downloadhomebrew-ff2d98eb8fdae20efaa7b9bd91f62e3e0780a1dc.tar.bz2
dcmtk: use patch DSL
-rw-r--r--Library/Formula/dcmtk.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/dcmtk.rb b/Library/Formula/dcmtk.rb
index f9341cd8b..2ff5192a6 100644
--- a/Library/Formula/dcmtk.rb
+++ b/Library/Formula/dcmtk.rb
@@ -23,9 +23,7 @@ class Dcmtk < Formula
# since this is a very rare occurrence (the last development preview
# release is from mid 2012), it seems justifiable to keep the patch
# ourselves for a while.
- def patches
- DATA
- end
+ patch :DATA
def install
ENV.m64 if MacOS.prefer_64_bit?