From 59da97b7a729ae44abd67530a15e1dab1b7d3f4f Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Sat, 10 Nov 2018 11:34:24 +0000 Subject: [PATCH] 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 --- .../books/porters-handbook/makefiles/chapter.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml index 40928d4ada..c5b3668027 100644 --- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -6957,10 +6957,10 @@ GNOME_IMPLIES= X11 Provides a way to add conflicts between options. When OPT is selected, all the - options listed in this variable must be un-selected. If - OPT_PREVENTS_MSG - is also selected, its content will be shown, explaining why - they conflict. For example: + options listed in OPT_PREVENTS + must be un-selected. If OPT_PREVENTS_MSG + is set and a conflict is triggered, its content will be shown explaining + why they conflict. For example: OPTIONS_DEFINE= OPT1 OPT2 OPT1_PREVENTS= OPT2