aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 393e71224..235dce4c9 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -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