Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2019 15:13:52 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490485 - head/Mk/Uses
Message-ID:  <201901161513.x0GFDqUr018491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jan 16 15:13:51 2019
New Revision: 490485
URL: https://svnweb.freebsd.org/changeset/ports/490485

Log:
  PYTHON_VERSION cannot be changed, use DEFAULT_VERSIONS.
  
  PR:		224024

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Wed Jan 16 15:07:21 2019	(r490484)
+++ head/Mk/Uses/python.mk	Wed Jan 16 15:13:51 2019	(r490485)
@@ -40,13 +40,10 @@
 # dependency.
 # env or PYTHON_NO_DEPENDS can be set to not add any dependencies.
 #
-# Variables, which can be set by a user:
+# Exported variables:
 #
 # PYTHON_VERSION	- The chosen Python interpreter including the version,
-#			  e.g. python2.7, python3.3, etc. This allows the user
-#			  to override the currently chosen default version and
-#			  to install the port for a specific Python version.
-#			  It must not be set by a port.
+#			  e.g. python2.7, python3.3, etc.
 #
 # Variables, which can be set by the port:
 #



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