svn commit: r52479 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: dbaio (ports committer) Date: Sat Nov 10 11:34:24 2018 New Revision: 52479 URL: https://svnweb.freebsd.org/changeset/doc/52479 Log: porters-handbook: Improve OPT_PREVENTS and OPT_PREVENTS_MSG OPT_PREVENTS_MSG cannot be selected, we found this issue when translating this part to pt_BR. Approved by: doc (mat) Differential Revision: https://reviews.freebsd.org/D17600 Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Fri Nov 9 23:17:09 2018 (r52478) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sat Nov 10 11:34:24 2018 (r52479) @@ -6957,10 +6957,10 @@ GNOME_IMPLIES= X11</programlisting> <para>Provides a way to add conflicts between options.</para> <para>When <replaceable>OPT</replaceable> is selected, all the - options listed in this variable must be un-selected. If - <varname><replaceable>OPT</replaceable>_PREVENTS_MSG</varname> - is also selected, its content will be shown, explaining why - they conflict. For example:</para> + options listed in <varname><replaceable>OPT</replaceable>_PREVENTS</varname> + must be un-selected. If <varname><replaceable>OPT</replaceable>_PREVENTS_MSG</varname> + is set and a conflict is triggered, its content will be shown explaining + why they conflict. For example:</para> <programlisting>OPTIONS_DEFINE= OPT1 OPT2 OPT1_PREVENTS= OPT2 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"