Remove dead PYTHON_NO_DEPENDS. It has not been needed or supported since

USES=python was added in r364450.
This commit is contained in:
Bryan Drewery 2015-05-15 03:48:06 +00:00
parent 32964f1a9e
commit 90991cead8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386379
3 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ COMMENT= The "meta-port" for the default version of Python interpreter
USES= python:run
NO_BUILD= yes
PYTHON_NO_DEPENDS= yes
PLIST_FILES= bin/2to3 \
bin/idle \

View File

@ -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} \

View File

@ -14,7 +14,6 @@ COMMENT= The "meta-port" for version 3 of the Python interpreter
USES= python:run
PYTHON_VERSION= ${PYTHON3_DEFAULT_VERSION}
NO_BUILD= yes
PYTHON_NO_DEPENDS= yes
PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \
bin/idle${PYTHON_MAJOR_VER} \