Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 15:08:03 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51718 - head/en_US.ISO8859-1/books/porters-handbook/flavors
Message-ID:  <201805241508.w4OF83Yq024944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu May 24 15:08:02 2018
New Revision: 51718
URL: https://svnweb.freebsd.org/changeset/doc/51718

Log:
  Rewrite that bit, and make it more clear and more correct.
  
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml	Thu May 24 12:37:50 2018	(r51717)
+++ head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml	Thu May 24 15:08:02 2018	(r51718)
@@ -404,13 +404,11 @@ USE_PYTHON=	distutils allflavors</programlisting>
 	<literal>py35</literal>, and <literal>py36</literal>.</para>
     </example>
 
-    <para><varname>PY_FLAVOR</varname> will be available to depend
+    <para><varname>PY_FLAVOR</varname> is available to depend
       on the correct version of <application>Python</application>
-      modules.  This is most useful for ports that are not
-      <application>Python</application> modules and do not have
-      <application>Python</application> flavors but do use
-      <command>python</command> for some part of their
-      operations.</para>
+      modules.  All dependencies on flavored Python ports should
+      use <varname>PY_FLAVOR</varname>, and not
+      <varname>FLAVOR</varname> directly..</para>
 
     <example xml:id="flavors-auto-python-ex3">
       <title>For a Port Not Using



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805241508.w4OF83Yq024944>