Add NO_ARCH
This commit is contained in:
parent
847e7117ef
commit
93e379eb34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491863
1 changed files with 5 additions and 3 deletions
|
@ -11,9 +11,11 @@ EXTRACT_ONLY= # empty
|
|||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= The "meta-port" for version 2 of the Python interpreter
|
||||
|
||||
USES= python:run
|
||||
PYTHON_VERSION= python${PYTHON2_DEFAULT}
|
||||
NO_BUILD= yes
|
||||
USES= python:run
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
PYTHON_VERSION= python${PYTHON2_DEFAULT}
|
||||
|
||||
PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \
|
||||
bin/idle${PYTHON_MAJOR_VER} \
|
||||
|
|
Loading…
Reference in a new issue