Remove dead PYTHON_NO_DEPENDS. It has not been needed or supported since
USES=python was added in r364450.
This commit is contained in:
parent
32964f1a9e
commit
90991cead8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386379
@ -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 \
|
||||
|
@ -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} \
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user