Skip to content

Commit

Permalink
pgloader: fix postgresql dependency for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 23, 2015
1 parent 72716af commit d73cc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/pgloader.rb
Expand Up @@ -13,7 +13,7 @@ class Pgloader < Formula
depends_on "sbcl"
depends_on "freetds"
depends_on "buildapp" => :build
depends_on :postgresql => :build
depends_on :postgresql => :recommended

# Resource stanzas are generated automatically by quicklisp-roundup.
# See: https://github.com/benesch/quicklisp-homebrew-roundup
Expand Down

0 comments on commit d73cc62

Please sign in to comment.