mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Be more specific with python version to prevent deprecation warnings
Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14068
This commit is contained in:
parent
a0fea63abc
commit
6402eb4600
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460221
@ -22,7 +22,7 @@ IGNORE= Incorrect 'USES+= waf:${waf_ARGS}' waf takes no arguments
|
||||
.endif
|
||||
|
||||
.if !${USES:Mpython*}
|
||||
python_ARGS= 2,build
|
||||
python_ARGS= 2.7,build
|
||||
.include "${USESDIR}/python.mk"
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user