postgresql: fix perl option.
Addresses comment on d3074f5bb9bb7d522bff7ad7873f03610ed15054.
This commit is contained in:
parent
87b0b6ec02
commit
9aba466d6c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Postgresql < Formula
|
|||
]
|
||||
|
||||
args << "--with-python" if build.with? "python"
|
||||
args << "--with-perl" if build.with? "no-perl"
|
||||
args << "--with-perl" if build.with? "perl"
|
||||
|
||||
# The CLT is required to build tcl support on 10.7 and 10.8 because
|
||||
# tclConfig.sh is not part of the SDK
|
||||
|
|
Loading…
Reference in a new issue