aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:17 -0500
committerJack Nagel2014-03-20 21:44:12 -0500
commit4ec962ef82ddca0470e849a9b988d3715778bc3d (patch)
treef22703bde4e3bacf9169f875e4938de90c63c983 /Library
parentab11462635f845c6c9852645aac8324bacbe1cac (diff)
downloadhomebrew-4ec962ef82ddca0470e849a9b988d3715778bc3d.tar.bz2
ptex: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ptex.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/ptex.rb b/Library/Formula/ptex.rb
index 2373846b1..b8ab50e77 100644
--- a/Library/Formula/ptex.rb
+++ b/Library/Formula/ptex.rb
@@ -6,9 +6,7 @@ class Ptex < Formula
sha1 '0dc69452c42ccd4a2e24d931f7a9f2d24b7e60da'
# fix utils/Makefile not to expect a git repo for version info
- def patches
- DATA
- end
+ patch :DATA
def install
ENV.deparallelize # not parallel safe due to weird dep without rules for ../ptex/libPtex.a in utils/Makefile