diff options
Diffstat (limited to 'Formula/td-latest.rb')
-rw-r--r-- | Formula/td-latest.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Formula/td-latest.rb b/Formula/td-latest.rb index 6ee8250..ffa3515 100644 --- a/Formula/td-latest.rb +++ b/Formula/td-latest.rb @@ -5,6 +5,8 @@ class TdLatest < Formula sha256 'd25e72d3b68606c01ba1b5f98ec4c0458e684db0c981c9a974f383d2d919e063' license 'AGPL-3.0-or-later' + depends_on 'm4' => :build + def install system 'make' system 'make', 'check' |