Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2013 08:13:00 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325330 - head/Mk
Message-ID:  <201308250813.r7P8D0QQ031800@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Aug 25 08:12:59 2013
New Revision: 325330
URL: http://svnweb.freebsd.org/changeset/ports/325330

Log:
  - document the PYTHON_VER variable for port Makefiles

Modified:
  head/Mk/bsd.python.mk

Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk	Sun Aug 25 08:04:55 2013	(r325329)
+++ head/Mk/bsd.python.mk	Sun Aug 25 08:12:59 2013	(r325330)
@@ -81,6 +81,9 @@ Python_Include_MAINTAINER=	python@FreeBS
 #					  want to build extensions with an older binary.
 #					  default: depends on the version of your python binary
 #
+# PYTHON_VER		- Version of the python binary in your ${PATH}, in the
+#					  format "2.7".
+#
 # PYTHON_DEFAULT_VERSION
 #					- Version of the default python binary in your ${PATH}, in
 #					  the format "python2.7". Set this in your /etc/make.conf



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