diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-26 12:43:47 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-26 12:43:47 +0000 |
| commit | dbf62a0d48980a3a3fc8be74d1f5fea89f638a14 (patch) | |
| tree | 98799a96336dcf506af591ded6d412e5e6baefe5 /lang/python | |
| parent | Update version requirement of RUN_DEPENDS (diff) | |
Update WWW
Notes
Notes:
svn path=/head/; revision=491284
Diffstat (limited to 'lang/python')
| -rw-r--r-- | lang/python/Makefile | 1 | ||||
| -rw-r--r-- | lang/python/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
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/ |
