svn commit: r461242 - head/math/coinmp

Pedro F. Giffuni pfg at FreeBSD.org
Thu Feb 8 14:41:24 UTC 2018


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=	*


More information about the svn-ports-head mailing list