Revision
79972
Author
ryandesign@macports.org
Date
2011-06-30 19:19:11 -0700 (Thu, 30 Jun 2011)

Log Message

gtk2: update messages to reflect variant changes in pango port

Modified Paths

Diff

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"
         }
     }
 }