Skip to content

Commit

Permalink
update zmq formula for dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Coleman committed Sep 11, 2012
1 parent 8efdb5f commit bda083b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Formula/php53-zmq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Php53Zmq < AbstractPhpExtension

depends_on 'autoconf' => :build
depends_on 'php53' if ARGV.include?('--with-homebrew-php') && !Formula.factory('php53').installed?
depends_on 'zmq'

def install
# See https://github.com/mxcl/homebrew/pull/5947
Expand Down
1 change: 1 addition & 0 deletions Formula/php54-zmq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Php54Zmq < AbstractPhpExtension

depends_on 'autoconf' => :build
depends_on 'php54' if ARGV.include?('--with-homebrew-php') && !Formula.factory('php54').installed?
depends_on 'zmq'

def install
# See https://github.com/mxcl/homebrew/pull/5947
Expand Down

0 comments on commit bda083b

Please sign in to comment.