From owner-svn-ports-all@freebsd.org Fri Feb 17 03:10:56 2017 Return-Path: Delivered-To: svn-ports-all@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 7FEA0CE2D07; Fri, 17 Feb 2017 03:10:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 4CD171606; Fri, 17 Feb 2017 03:10:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H3AtvY071324; Fri, 17 Feb 2017 03:10:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H3AtbA071323; Fri, 17 Feb 2017 03:10:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702170310.v1H3AtbA071323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 03:10:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434263 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 03:10:56 -0000 Author: jbeich Date: Fri Feb 17 03:10:55 2017 New Revision: 434263 URL: https://svnweb.freebsd.org/changeset/ports/434263 Log: Adjust comment about USES=blaslapack defaults This matches what Porter's Handbook documents as well. Modified: head/Mk/Uses/blaslapack.mk (contents, props changed) Modified: head/Mk/Uses/blaslapack.mk ============================================================================== --- head/Mk/Uses/blaslapack.mk Fri Feb 17 01:40:27 2017 (r434262) +++ head/Mk/Uses/blaslapack.mk Fri Feb 17 03:10:55 2017 (r434263) @@ -4,7 +4,7 @@ # # Feature: blaslapack # Usage: USES=blaslapack or USES=blaslapack:ARGS -# Valid ARGS: atlas netlib gotoblas openblas (default) +# Valid ARGS: atlas gotoblas netlib (default) openblas # # Provides: BLASLIB and LAPACKLIB #