diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:52:16 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:52:16 +0000 |
commit | 734b63302e4eff161f45e72e9888eb8fbd1ad403 (patch) | |
tree | f03527561482ff1ea85dbb668e027491c45829f5 /lang/python3 | |
parent | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (diff) |
Notes
Diffstat (limited to 'lang/python3')
-rw-r--r-- | lang/python3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python3/Makefile b/lang/python3/Makefile index f5e0b35f9685..e6f74b55720a 100644 --- a/lang/python3/Makefile +++ b/lang/python3/Makefile @@ -11,9 +11,9 @@ EXTRACT_ONLY= MAINTAINER= python@FreeBSD.org COMMENT= The "meta-port" for version 3 of the Python interpreter -USE_PYTHON_RUN= yes -PYTHON_VERSION= ${PYTHON3_DEFAULT_VERSION} -NO_BUILD= yes +USES= python:run +PYTHON_VERSION= ${PYTHON3_DEFAULT_VERSION} +NO_BUILD= yes PYTHON_NO_DEPENDS= yes PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ |