[47195] trunk/dports/graphics/vtk5/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Feb 23 00:11:46 PST 2009


Revision: 47195
          http://trac.macports.org/changeset/47195
Author:   ryandesign at macports.org
Date:     2009-02-23 00:11:33 -0800 (Mon, 23 Feb 2009)
Log Message:
-----------
vtk5: use ${x11prefix} instead of /usr/X11R6

Modified Paths:
--------------
    trunk/dports/graphics/vtk5/Portfile

Modified: trunk/dports/graphics/vtk5/Portfile
===================================================================
--- trunk/dports/graphics/vtk5/Portfile	2009-02-23 07:17:40 UTC (rev 47194)
+++ trunk/dports/graphics/vtk5/Portfile	2009-02-23 08:11:33 UTC (rev 47195)
@@ -80,8 +80,8 @@
 	configure.args-delete	"-D VTK_USE_COCOA:BOOL=ON"
 	configure.args-append	-DVTK_USE_COCOA:BOOL=OFF \
 				-DVTK_USE_X:BOOL=ON \
-				-DOPENGL_gl_LIBRARY:FILEPATH=/usr/X11R6/lib/libGL.dylib \
-				-DOPENGL_glu_LIBRARY:FILEPATH=/usr/X11R6/lib/libGLU.dylib
+				-DOPENGL_gl_LIBRARY:FILEPATH=${x11prefix}/lib/libGL.dylib \
+				-DOPENGL_glu_LIBRARY:FILEPATH=${x11prefix}/lib/libGLU.dylib
 }
 
 variant python {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090223/4fb5af14/attachment.html>


More information about the macports-changes mailing list