aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/redland.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/redland.rb b/Library/Formula/redland.rb
index ae84fa9dc..41d270e73 100644
--- a/Library/Formula/redland.rb
+++ b/Library/Formula/redland.rb
@@ -77,7 +77,7 @@ class Redland < Formula
args << "--with-python"
end
- ENV.append 'PKG_CONFIG_LIBDIR', "#{lib}/pkgconfig", ':'
+ ENV.append_path "PKG_CONFIG_PATH", "#{lib}/pkgconfig"
system "./configure", *args