diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libiscsi.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/libiscsi.rb b/Library/Formula/libiscsi.rb index b7ce151c6..5fda6c007 100644 --- a/Library/Formula/libiscsi.rb +++ b/Library/Formula/libiscsi.rb @@ -8,11 +8,11 @@ class Libiscsi < Formula option 'with-noinst', 'Install the noinst binaries (e.g. iscsi-test-cu)' - depends_on 'cunit' if build.with? 'noinst' - depends_on 'popt' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build + depends_on "cunit" if build.with? "noinst" + depends_on "popt" def install if build.with? 'noinst' |
