Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 14:41:23 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461242 - head/math/coinmp
Message-ID:  <201802081441.w18EfNg9056290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg (src committer)
Date: Thu Feb  8 14:41:23 2018
New Revision: 461242
URL: https://svnweb.freebsd.org/changeset/ports/461242

Log:
  math/coinmp: Fix description for FORTRAN option.
  
  Typo introduced in previous commit.
  
  PR:		219261
  Approved by:	cpm (implicit)

Modified:
  head/math/coinmp/Makefile

Modified: head/math/coinmp/Makefile
==============================================================================
--- head/math/coinmp/Makefile	Thu Feb  8 14:29:36 2018	(r461241)
+++ head/math/coinmp/Makefile	Thu Feb  8 14:41:23 2018	(r461242)
@@ -24,7 +24,7 @@ CXXFLAGS+=	-ffast-math
 
 OPTIONS_DEFINE=	DEBUG DOCS FORTRAN GLPK
 
-FORTRAN_DESCR=	Use BLAS/LAPACK with the fortran interface
+FORTRAN_DESC=	Use BLAS/LAPACK with the Fortran interface
 GLPK_DESC=	GNU Linear Programming Kit support
 
 PORTDOCS=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802081441.w18EfNg9056290>