postgresql: fix perl option.

Addresses comment on d3074f5bb9bb7d522bff7ad7873f03610ed15054.
This commit is contained in:
Mike McQuaid 2015-02-09 12:38:35 +00:00
parent 87b0b6ec02
commit 9aba466d6c

View file

@ -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