Document USES=qmail

Approved by:	gjb (via IRC)
This commit is contained in:
Bryan Drewery 2013-03-16 01:26:00 +00:00
parent 30fc0b2493
commit cd64c1e4eb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41240

View file

@ -46,3 +46,16 @@
sources and fix common paths to make sure they respect the &os;
hierarchy.</entry>
</row>
<row>
<entry><literal>qmail</literal></entry>
<entry>none, <literal>build</literal>, <literal>run</literal>,
<literal>both</literal>, <literal>vars</literal></entry>
<entry>Implies that the port uses <filename
role="package">mail/qmail</filename> in one way or another. With
the <literal>build</literal> argument, it implies <command>qmail</command>
as a build-time dependency. <literal>run</literal> implies a run-time
dependency. Using no argument or the <literal>both</literal> argument
implies both run-time and build-time dependencies. <literal>vars</literal>
will only set QMAIL variables for the port to use.</entry>
</row>