aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-08-25 16:12:59 +0800
committermva <mva@FreeBSD.org>2013-08-25 16:12:59 +0800
commit1355536a0ef65e247c04fc2e7bb54c56fe763907 (patch)
treeba88d15c0339977d1c32ea6c10abae89b1165fb8 /Mk
parentaaa7b3d1bd1b2aaccfa88cc926279a9e06a21681 (diff)
downloadfreebsd-ports-gnome-1355536a0ef65e247c04fc2e7bb54c56fe763907.tar.gz
freebsd-ports-gnome-1355536a0ef65e247c04fc2e7bb54c56fe763907.tar.zst
freebsd-ports-gnome-1355536a0ef65e247c04fc2e7bb54c56fe763907.zip
- document the PYTHON_VER variable for port Makefiles
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.python.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index 53abc59cda06..63948e544cd7 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -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