diff options
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r-- | math/lapack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 435ad5dcfb6f..23452222b513 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -41,7 +41,7 @@ SVERSION=4 BLAS= -L${LOCALBASE}/lib -lblas pre-fetch: - @${ECHO} "You can override FC and FFLAGS on the command line." + @${ECHO} "You can override F77 and FFLAGS on the command line." .include "${FILESDIR}/manpages" |