forked from Lainports/freebsd-ports
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
3 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue