Index: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -1517,18 +1517,18 @@ The Mesa Project is an effort to provide free OpenGL implementation. To specify a dependency on various - components of this project, use USE_GL. - Valid options are: - egl, gl, glesv2, glew, glu, glut, glw and - linux. For backwards compatibility, the - value of yes maps to - glu. + components of this project, use USES= gl + and USE_GL. See + for a full list of available + components. For backwards compatibility, the value of + yes maps to glu. <varname>USE_XORG</varname> Example - USE_XORG= xrender xft xkbfile xt xaw -USE_GL= glu + USES= gl +USE_GL= glu +USE_XORG= xrender xft xkbfile xt xaw @@ -1537,7 +1537,7 @@ - USES= imake + USES= imake The port uses imake. Index: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -708,7 +708,7 @@ add a library dependency on libEGL.so - from graphics/mesai-libs + from graphics/mesa-libs