svn commit: r325330 - head/Mk

Marcus von Appen mva at FreeBSD.org
Sun Aug 25 08:13:00 UTC 2013


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 at 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


More information about the svn-ports-all mailing list