diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-02-08 14:41:23 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-02-08 14:41:23 +0000 |
commit | 701c4625ba6d065eff628823c2050333880eb489 (patch) | |
tree | 7aab4b47ef43ca1829e36ec32b5819329e8330ec | |
parent | www/node,www/node8,www/node6: disable dtrace usdt on armv[67] (diff) |
math/coinmp: Fix description for FORTRAN option.
Typo introduced in previous commit.
PR: 219261
Approved by: cpm (implicit)
-rw-r--r-- | math/coinmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile index 9a3112468c4f..273a1e4302c9 100644 --- a/math/coinmp/Makefile +++ b/math/coinmp/Makefile @@ -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= * |