[46445] trunk/dports/x11/mesa/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Feb 4 18:38:19 PST 2009


Revision: 46445
          http://trac.macports.org/changeset/46445
Author:   ryandesign at macports.org
Date:     2009-02-04 18:38:18 -0800 (Wed, 04 Feb 2009)
Log Message:
-----------
mesa: improve error message in hw_render variant for Tiger and earlier

Modified Paths:
--------------
    trunk/dports/x11/mesa/Portfile

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2009-02-05 00:52:24 UTC (rev 46444)
+++ trunk/dports/x11/mesa/Portfile	2009-02-05 02:38:18 UTC (rev 46445)
@@ -82,8 +82,8 @@
 
 variant hw_render conflicts system_x11 description {Install a libGL.dylib that} {
 	if {${os.major} < 9} {
-		ui_error "+hw_render does not currently work on versions before OSX 10.5"
-		error "+hw_render does not currently work on versions before OSX 10.5"
+		ui_error "+hw_render requires Mac OS X 10.5 or greater"
+		error "+hw_render requires Mac OS X 10.5 or greater"
 	}
 
 	post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090204/08157644/attachment.html>


More information about the macports-changes mailing list