Revision
72813
Author
devans@macports.org
Date
2010-10-27 15:41:04 -0700 (Wed, 27 Oct 2010)

Log Message

librsvg: make sure we are using the MacPorts version of gdk-pixbuf-query-loaders.

Modified Paths

Diff

Modified: trunk/dports/graphics/librsvg/Portfile (72812 => 72813)


--- trunk/dports/graphics/librsvg/Portfile	2010-10-27 22:34:14 UTC (rev 72812)
+++ trunk/dports/graphics/librsvg/Portfile	2010-10-27 22:41:04 UTC (rev 72813)
@@ -65,7 +65,7 @@
 
 post-activate {
     ui_debug "Updating gdk-pixbuf.loaders..."
-    system "gdk-pixbuf-query-loaders --update-cache"
+    system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
 }
 
 livecheck.type  regex