svn commit: r53332 - head/en_US.ISO8859-1/books/porters-handbook/special

Niclas Zeising zeising at FreeBSD.org
Mon Aug 26 15:37:54 UTC 2019


Author: zeising
Date: Mon Aug 26 15:37:54 2019
New Revision: 53332
URL: https://svnweb.freebsd.org/changeset/doc/53332

Log:
  Fix a couple of USE_XORG examples.
  
  Fix a couple of USE_XORG examples to include USES=xorg.

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Mon Aug 26 15:33:48 2019	(r53331)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Mon Aug 26 15:37:54 2019	(r53332)
@@ -1661,7 +1661,7 @@ USE_PERL5=	modbuildtiny</programlisting>
       <example xml:id="use-xorg-example">
 	<title><varname>USE_XORG</varname> Example</title>
 
-	<programlisting>USES=		gl
+	<programlisting>USES=		gl xorg
 USE_GL=		glu
 USE_XORG=	xrender xft xkbfile xt xaw</programlisting>
       </example>
@@ -1690,6 +1690,7 @@ USE_XORG=	xrender xft xkbfile xt xaw</programlisting>
 	<title>Using X11-Related Variables</title>
 
 	<programlisting># Use some X11 libraries
+USES=		xorg
 USE_XORG=	x11 xpm</programlisting>
       </example>
     </sect2>


More information about the svn-doc-all mailing list