Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2020 13:00:10 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550424 - head/Mk/Uses
Message-ID:  <202009281300.08SD0AY7094804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Mon Sep 28 13:00:09 2020
New Revision: 550424
URL: https://svnweb.freebsd.org/changeset/ports/550424

Log:
  Add "env" to the list of python.mk's valid args
  
  Now the list mentions all the supported arguments.

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Mon Sep 28 11:29:24 2020	(r550423)
+++ head/Mk/Uses/python.mk	Mon Sep 28 13:00:09 2020	(r550424)
@@ -6,7 +6,7 @@
 #
 # Feature:	python
 # Usage:	USES=python[:version-spec][,arg,...]
-# Valid ARGS:	<version-spec>, patch, build, run, test
+# Valid ARGS:	<version-spec>, patch, build, run, test, env
 #
 # version-spec 	Declarative specification for the Python version(s) the
 #		port supports. Subsets and ranges can be specified:



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