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

jeremyhu at macports.org jeremyhu at macports.org
Mon Mar 16 13:32:22 PDT 2009


Revision: 48196
          http://trac.macports.org/changeset/48196
Author:   jeremyhu at macports.org
Date:     2009-03-16 13:32:22 -0700 (Mon, 16 Mar 2009)
Log Message:
-----------
mesa: Don't need to check for gl.pc

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

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2009-03-16 20:31:42 UTC (rev 48195)
+++ trunk/dports/x11/mesa/Portfile	2009-03-16 20:32:22 UTC (rev 48196)
@@ -119,7 +119,7 @@
 
 platform darwin 8 {
 	post-activate {
-		if {[file exists ${prefix}/lib/pkgconfig/gl.pc] && [variant_isset hw_render]} {
+		if {[variant_isset hw_render]} {
 			ui_msg "In order to use OpenGL on Tiger, you need to use MacPorts' X11 server (xorg-server) rather than Apple's."
 		}
 	}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090316/725aa42d/attachment-0001.html>


More information about the macports-changes mailing list