1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- document the PYTHON_VER variable for port Makefiles

This commit is contained in:
Marcus von Appen 2013-08-25 08:12:59 +00:00
parent 9fafb3898f
commit c46a353b83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325330

View File

@ -81,6 +81,9 @@ Python_Include_MAINTAINER= python@FreeBSD.org
# 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