Afterthought on new bsd.qt.mk features

This commit is contained in:
Michael Nottebrock 2007-08-03 08:19:17 +00:00
parent d7affffffe
commit a7e04c9e5d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30579

View file

@ -5626,8 +5626,9 @@ MAKE_ENV+= QMAKESPEC="${QMAKESPEC}"</programlisting>
the suffix indicating whether the component should be depended on at
buildtime or runtime, respectively. If unsuffixed, the component will be
depended on at both build- and runtime. Usually, library components
should be specified unsuffixed and tool components should be
specified with the <literal>_build</literal> suffix. The most commonly
should be specified unsuffixed, tool components should be
specified with the <literal>_build</literal> suffix and plugin components
should be specified with the <literal>_run</literal> suffix. The most commonly
used components are listed below (all available components are
listed in <makevar>_QT_COMPONENTS_ALL</makevar> in
<filename>/usr/ports/Mk/bsd.qt.mk</filename>):</para>