- Add new uses of USES.

Submitted by:	bapt
This commit is contained in:
Gabor Pali 2013-03-08 12:11:14 +00:00
parent 718367a1c3
commit f746f0efb5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41135
2 changed files with 22 additions and 6 deletions

View file

@ -3863,12 +3863,6 @@ ALWAYS_KEEP_DISTFILES= yes
<command>zip</command>.</entry>
</row>
<row>
<entry><makevar>USE_BISON</makevar></entry>
<entry>The port uses <command>bison</command> for
building.</entry>
</row>
<row>
<entry><makevar>USE_CDRTOOLS</makevar></entry>
<entry>The port requires

View file

@ -16,6 +16,28 @@
-->
<row>
<entry><literal>bison</literal></entry>
<entry>none, <literal>build</literal>, <literal>run</literal>,
<literal>both</literal></entry>
<entry>Implies that the port uses <filename
role="package">devel/bison</filename> in one way or another. By
default, with no arguments or with the <literal>build</literal>
argument, it implies <command>bison</command> as a build-time
dependency, <literal>run</literal> implies a run-time dependency, and
<literal>both</literal> implies both run-time and build-time
dependencies.</entry>
</row>
<row>
<entry><literal>fuse</literal></entry>
<entry>none</entry>
<entry>Implies the port will depend on the FUSE library and handle the
the dependency on the kernel module depending on the version of
&os;.
</entry>
</row>
<row>
<entry><literal>pathfix</literal></entry>
<entry>none</entry>