From owner-svn-ports-head@freebsd.org Fri May 19 16:15:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB3B1D73783; Fri, 19 May 2017 16:15:26 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (v22017034403546374.happysrv.de [188.68.38.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7AF11149; Fri, 19 May 2017 16:15:26 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from manray.ogolem.org (jmd2-hpeb745.Princeton.EDU [128.112.35.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by www.poelloepaeae.de (Postfix) with ESMTPSA id BB14918811C; Fri, 19 May 2017 17:58:08 +0200 (CEST) Date: Fri, 19 May 2017 11:58:00 -0400 From: Johannes M Dieterich To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r441207 - in head/devel: . flang flang-clang flang/files Message-ID: <20170519115800.1799263a@manray.ogolem.org> In-Reply-To: <74e5f41e-a824-5400-ee67-9225a0eb6480@FreeBSD.org> References: <201705190201.v4J21pBo051603@repo.freebsd.org> <74e5f41e-a824-5400-ee67-9225a0eb6480@FreeBSD.org> X-Mailer: Claws Mail 3.15.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 16:15:27 -0000 On Fri, 19 May 2017 10:07:46 +0200 Mathieu Arnold wrote: > Le 19/05/2017 =C3=A0 04:01, Johannes M Dieterich a =C3=A9crit : > > +USES_PYTHON?=3D python:build > > +USES+=3D ${_USES_PYTHON} =20 >=20 > typo ? Indeed, thanks! Fixed in r441248.