Commit c591805a authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #871 from uberhacker/fix-postgres-package

Add dependency to postgres package
parents c4abfa31 047175f5
...@@ -8,6 +8,8 @@ class Postgres < Package ...@@ -8,6 +8,8 @@ class Postgres < Package
source_sha256 'f1c0d3a1a8aa8c92738cab0153fbfffcc4d4158b3fee84f7aa6bfea8283978bc' source_sha256 'f1c0d3a1a8aa8c92738cab0153fbfffcc4d4158b3fee84f7aa6bfea8283978bc'
depends_on 'buildessential' depends_on 'buildessential'
depends_on 'readline'
depends_on 'zlibpkg'
def self.build def self.build
system "./configure" system "./configure"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment