aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ykpers.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ykpers.rb b/Library/Formula/ykpers.rb
index f7f966921..2ec988db3 100644
--- a/Library/Formula/ykpers.rb
+++ b/Library/Formula/ykpers.rb
@@ -19,10 +19,10 @@ class Ykpers < Formula
def install
libyubikey_prefix = Formula.factory('libyubikey').opt_prefix
- system "./configure", "--prefix=#{prefix}",
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
"--with-libyubikey-prefix=#{libyubikey_prefix}",
- '--with-backend=osx',
- '--disable-dependency-tracking'
+ "--with-backend=osx"
system "make check"
system "make install"
end