diff --git a/lang/python/Makefile b/lang/python/Makefile index 3ee7170dca81..ec54870421d8 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -16,6 +16,7 @@ COMMENT= "meta-port" for the default version of Python interpreter RUN_DEPENDS= python${PYTHON_MAJOR_VER}:lang/python${PYTHON_MAJOR_VER} USES= python:run + NO_ARCH= yes NO_BUILD= yes diff --git a/lang/python/pkg-descr b/lang/python/pkg-descr index 18b5866bc1a5..2fe66eba50d7 100644 --- a/lang/python/pkg-descr +++ b/lang/python/pkg-descr @@ -4,4 +4,4 @@ This is a meta port to the Python interpreter and provides symbolic links to bin/python, bin/pydoc, bin/idle and so on to allow compatibility with version agnostic python scripts. -WWW: http://www.python.org/ +WWW: https://www.python.org/