diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-15 03:48:06 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-15 03:48:06 +0000 |
commit | 90991cead81b9a03aa077f2260f4ea047f342bcb (patch) | |
tree | 0f3e1d35d96651f96f0e5fb05215cff5840c724b /lang/python2 | |
parent | 32964f1a9e86a8249e179ceee5bdc0f297659f6d (diff) |
Notes
Diffstat (limited to 'lang/python2')
-rw-r--r-- | lang/python2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/python2/Makefile b/lang/python2/Makefile index 421647306d18..1f9c65280859 100644 --- a/lang/python2/Makefile +++ b/lang/python2/Makefile @@ -14,7 +14,6 @@ COMMENT= The "meta-port" for version 2 of the Python interpreter USES= python:run PYTHON_VERSION= ${PYTHON2_DEFAULT_VERSION} NO_BUILD= yes -PYTHON_NO_DEPENDS= yes PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ bin/idle${PYTHON_MAJOR_VER} \ |