mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
rpm4 does not build if default python is 3.x - force use of python 2.7
PR: 192061 Submitted by: pi
This commit is contained in:
parent
6041e9d52d
commit
0d0f056de5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362665
@ -20,7 +20,7 @@ OPTIONS_DEFINE= PYTHON NLS DOCS
|
|||||||
OPTIONS_DEFAULT=PYTHON NLS
|
OPTIONS_DEFAULT=PYTHON NLS
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
PYTHON_CONFIGURE_ENABLE=python
|
PYTHON_CONFIGURE_ENABLE=python
|
||||||
PYTHON_USE= PYTHON=yes
|
PYTHON_USE= PYTHON=2.7
|
||||||
NLS_CONFIGURE_ENABLE=nls
|
NLS_CONFIGURE_ENABLE=nls
|
||||||
NLS_USES= gettext
|
NLS_USES= gettext
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
Loading…
Reference in New Issue
Block a user