aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-22 22:25:41 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-22 22:25:41 +0000
commit8d333384f3f19c8430c9cc446bb65968af39647b (patch)
treece446b76bbef12350d6ff868b7ea0494d0465930
parentbd205f51d1c9fb30ac48fea61fea253b35322cb4 (diff)
downloaddoc-8d333384f3f19c8430c9cc446bb65968af39647b.tar.gz
doc-8d333384f3f19c8430c9cc446bb65968af39647b.zip
Add a description for USES=display
Notes
Notes: svn path=/head/; revision=43220
-rw-r--r--en_US.ISO8859-1/books/porters-handbook/uses.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/uses.xml b/en_US.ISO8859-1/books/porters-handbook/uses.xml
index e0463989fc..eec7b35bc7 100644
--- a/en_US.ISO8859-1/books/porters-handbook/uses.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/uses.xml
@@ -110,6 +110,20 @@
</row>
<row>
+ <entry><literal>display</literal></entry>
+ <entry>(none), <literal>ARGS</literal></entry>
+
+ <entry>Set up a virtual display environment. If the environment
+ variable <varname>DISPLAY</varname> is not set, then
+ <application>Xvfb</application> is added as a build dependency,
+ and <varname>CONFIGURE_ENV</varname> is extended with the port
+ number of the currently running instance of
+ <application>Xvfb</application>. The <literal>ARGS</literal>
+ parameter defaults to <literal>install</literal> and controls the
+ phase around which to start and stop the virtual display.</entry>
+</row>
+
+<row>
<entry><literal>dos2unix</literal></entry>
<entry>(none)</entry>