aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pkg-config.rb
diff options
context:
space:
mode:
authorMax Howell2009-06-18 11:13:11 +0100
committerMax Howell2009-06-18 11:13:11 +0100
commit271acec03636dc19aea4f4741df7a8fe6cc4aa86 (patch)
tree18601d4549013be13c68c00612f47e851ab15bff /Library/Formula/pkg-config.rb
parent95ed72338e13daf799eedf51744762172f81017d (diff)
downloadhomebrew-271acec03636dc19aea4f4741df7a8fe6cc4aa86.tar.bz2
Tidied things up a little in light of recent changes
Diffstat (limited to 'Library/Formula/pkg-config.rb')
-rw-r--r--Library/Formula/pkg-config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pkg-config.rb b/Library/Formula/pkg-config.rb
index 9254c5a65..d95229e4c 100644
--- a/Library/Formula/pkg-config.rb
+++ b/Library/Formula/pkg-config.rb
@@ -5,7 +5,7 @@ class PkgConfig <Formula
@url='http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz'
@md5='d922a88782b64441d06547632fd85744'
- #TODO depend on our glib? --with-installed-glib
+ #TODO depend on our glib if available. --with-installed-glib
def install
system "./configure --with-pc-path=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:#{$root}/lib/pkgconfig --disable-debug --prefix='#{prefix}'"