diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-21 10:51:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-21 10:51:29 +0000 |
commit | 8cd72097ee29843efa61c590e6fc663d041614d2 (patch) | |
tree | 16ea39132465a73c33f7c14a6fa1e16d8ccd1cd2 /lang/python2 | |
parent | e3d058fb6be246955188c355d888f106482b5669 (diff) |
Notes
Diffstat (limited to 'lang/python2')
-rw-r--r-- | lang/python2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python2/Makefile b/lang/python2/Makefile index 1f9c65280859..73c095dad9dc 100644 --- a/lang/python2/Makefile +++ b/lang/python2/Makefile @@ -12,7 +12,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= The "meta-port" for version 2 of the Python interpreter USES= python:run -PYTHON_VERSION= ${PYTHON2_DEFAULT_VERSION} +PYTHON_VERSION= python${PYTHON2_DEFAULT} NO_BUILD= yes PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ |