aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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'