diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-08-17 18:36:08 +0800 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-08-17 18:36:08 +0800 |
commit | 6333852871e3f1ab2d56a857b8002a8110210d56 (patch) | |
tree | 9d4bc79a357e941a52317d16dd229439c5be4478 /Mk/Uses | |
parent | c07212a7dfe3443cbcbeb685dbef89cff164e08b (diff) | |
download | freebsd-ports-gnome-6333852871e3f1ab2d56a857b8002a8110210d56.tar.gz freebsd-ports-gnome-6333852871e3f1ab2d56a857b8002a8110210d56.tar.zst freebsd-ports-gnome-6333852871e3f1ab2d56a857b8002a8110210d56.zip |
- Deprecate INSTALLS_EGGINFO
- Remove PYTHON_MASTER_SITES deprecation; the knob is completely gone and can
not be tested for, since it does not get assigned by default
With hat: python@
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/python.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 25a3b2fdbe96..55a063e86c9e 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -208,10 +208,6 @@ # PYDISTUTILS_NOEGGINFO # - Deprecated, use USE_PYTHON=noegginfo instead # -# PYTHON_MASTER_SITES -# - Deprecated, use MASTER_SITE_PYTHON instead, -# see bsd.sites.mk -# # PYTHON_DEFAULT_VERSION # PYTHON2_DEFAULT_VERSION # PYTHON3_DEFAULT_VERSION |