svn commit: r460221 - head/Mk/Uses
Jason E. Hale
jhale at FreeBSD.org
Sun Jan 28 15:28:29 UTC 2018
Author: jhale
Date: Sun Jan 28 15:28:28 2018
New Revision: 460221
URL: https://svnweb.freebsd.org/changeset/ports/460221
Log:
Be more specific with python version to prevent deprecation warnings
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14068
Modified:
head/Mk/Uses/waf.mk
Modified: head/Mk/Uses/waf.mk
==============================================================================
--- head/Mk/Uses/waf.mk Sun Jan 28 15:16:37 2018 (r460220)
+++ head/Mk/Uses/waf.mk Sun Jan 28 15:28:28 2018 (r460221)
@@ -22,7 +22,7 @@ IGNORE= Incorrect 'USES+= waf:${waf_ARGS}' waf takes n
.endif
.if !${USES:Mpython*}
-python_ARGS= 2,build
+python_ARGS= 2.7,build
.include "${USESDIR}/python.mk"
.endif
More information about the svn-ports-all
mailing list