diff options
author | mva <mva@FreeBSD.org> | 2015-01-08 01:22:07 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-01-08 01:22:07 +0800 |
commit | e828107156770d1941a28f4ae9c87740c0c6349f (patch) | |
tree | 747cade4690b4fe5b456faf85b807d447f4e4846 /Mk/bsd.port.mk | |
parent | a97aec7dcf301fc4e71d1adce66f9cfbeaf89511 (diff) | |
download | freebsd-ports-gnome-e828107156770d1941a28f4ae9c87740c0c6349f.tar.gz freebsd-ports-gnome-e828107156770d1941a28f4ae9c87740c0c6349f.tar.zst freebsd-ports-gnome-e828107156770d1941a28f4ae9c87740c0c6349f.zip |
- Remove support for deprecated python bits from the ports
framework. The following knobs are not supported anymore:
USE_PYTHON=<yes|version+-|-version|version-version>
USE_PYTHON_BUILD
USE_PYTHON_RUN
USE_PYDISTUTILS
PYDISTUTILS_AUTOPLIST
PYTHON_PY3K_PLIST_HACK
PYDISTUTILS_NOEGGINFO
PYTHON_CONCURRENT_INSTALL
USE_PYTHON_PREFIX
PR: 196477
Differential Revision: https://reviews.freebsd.org/D1416
Exp-run: antoine
Reviewed by: antoine
Approved by: portmgr (antoine)
With hat: python
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 732717006e46..44e4b537ad49 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1416,10 +1416,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.php.mk" .endif -.if defined(USE_PYTHON) || defined(USE_PYTHON_BUILD) || defined(USE_PYTHON_RUN) -USES+= python -.endif - .if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL) .include "${PORTSDIR}/Mk/bsd.fpc.mk" .endif |