svn commit: r47039 - head/en_US.ISO8859-1/books/porters-handbook/uses

Mathieu Arnold mat at FreeBSD.org
Wed Jul 22 10:48:15 UTC 2015


Author: mat
Date: Wed Jul 22 10:48:14 2015
New Revision: 47039
URL: https://svnweb.freebsd.org/changeset/doc/47039

Log:
  Document USES=ghostscript.
  
  Approved by:	wblock (mentor)
  Sponsored by:	Absolight
  Differential Revision:	https://reviews.freebsd.org/D3116

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Wed Jul 22 02:50:40 2015	(r47038)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Wed Jul 22 10:48:14 2015	(r47039)
@@ -532,6 +532,26 @@
 	    registered.</entry>
 	</row>
 
+	<row xml:id="uses-ghostscript">
+	  <entry><literal>ghostscript</literal></entry>
+
+	  <entry><replaceable>X</replaceable>,
+	    <literal>build</literal>, <literal>run</literal>,
+	    <literal>nox11</literal></entry>
+
+	  <entry>A specific version
+	    <replaceable>X</replaceable> can be
+	    used.  Possible versions are <literal>7</literal>,
+	    <literal>8</literal>, <literal>9</literal> (default), and
+	    <literal>agpl</literal>.
+	    <literal>nox11</literal> indicates that the
+	    <literal>-nox11</literal> version of the port is required.
+	    <literal>build</literal> and <literal>run</literal> add
+	    build- and run-time dependencies on
+	    <application>Ghostscript</application>.  The default is both
+	    build- and run-time dependencies.</entry>
+	</row>
+
 	<row xml:id="uses-gmake">
 	  <entry><literal>gmake</literal></entry>
 


More information about the svn-doc-all mailing list