From fce23ce33460f77d0f84da6d48b6abbc1eb0f79b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 20 May 2014 17:10:29 -0500 Subject: redland: use append_path --- Library/Formula/redland.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3