Modified: trunk/dports/gnome/gtk2/Portfile (79971 => 79972)
--- trunk/dports/gnome/gtk2/Portfile 2011-07-01 02:02:35 UTC (rev 79971)
+++ trunk/dports/gnome/gtk2/Portfile 2011-07-01 02:19:11 UTC (rev 79972)
@@ -201,8 +201,8 @@
variant no_x11 {
pre-fetch {
if {[file exists ${prefix}/lib/libpangox-1.0.dylib]} {
- ui_error "Please uninstall or deactivate the pango port and reinstall it by running `port install pango +no_x11`."
- error "pango must be installed with the no_x11 variant enabled."
+ ui_error "Please install pango without the x11 variant, by running 'port install pango -x11'."
+ error "pango must be installed with the x11 variant disabled"
}
}
}