Revision
115458
Author
mojca@macports.org
Date
2014-01-02 09:30:00 -0800 (Thu, 02 Jan 2014)

Log Message

gnome-sharp2: modify error text to point users to gtk2 +quartz instead of +no_x11

Modified Paths

Diff

Modified: trunk/dports/gnome/gnome-sharp2/Portfile (115457 => 115458)


--- trunk/dports/gnome/gnome-sharp2/Portfile	2014-01-02 16:53:15 UTC (rev 115457)
+++ trunk/dports/gnome/gnome-sharp2/Portfile	2014-01-02 17:30:00 UTC (rev 115458)
@@ -74,8 +74,8 @@
 if {![variant_isset x11]} {
     pre-fetch {
         if {[file exists ${prefix}/lib/pkgconfig/gtk+-x11-2.0.pc]} {
-            ui_error "Please uninstall or deactivate the gtk2 port and reinstall it by running `port install gtk2 +no_x11`."
-            error "gtk2 must be installed with the no_x11 variant enabled."
+            ui_error "Please uninstall or deactivate the gtk2 port and reinstall it by running `port install gtk2 +quartz`."
+            error "gtk2 must be installed with the quartz variant enabled."
         }
     }
 }