aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-07 14:16:14 +0100
committerMike McQuaid2013-09-07 14:16:15 +0100
commit8b3876b172d8edcd409dbd143fb5114edcb23403 (patch)
tree1d948a24518dd43d38ede6511fc3843293f730ab /Library
parent698e5624be3375b6eb740c451fbd140a4085ba5d (diff)
downloadhomebrew-8b3876b172d8edcd409dbd143fb5114edcb23403.tar.bz2
ledger: fix missing gmp dependency.
Closes #22352.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ledger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb
index 7efeebda9..e987cd7a7 100644
--- a/Library/Formula/ledger.rb
+++ b/Library/Formula/ledger.rb
@@ -10,12 +10,12 @@ class Ledger < Formula
option 'debug', 'Build with debugging symbols enabled'
depends_on 'boost'
+ depends_on 'gmp'
depends_on :python => :optional
if build.head?
depends_on 'cmake' => :build
depends_on 'ninja' => :build
depends_on 'mpfr'
- depends_on 'gmp'
else
depends_on 'gettext'
depends_on 'pcre'