Date: Sun, 28 Jan 2018 15:28:28 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460221 - head/Mk/Uses Message-ID: <201801281528.w0SFSSU9072135@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281528.w0SFSSU9072135>