diff options
author | jrm <jrm@FreeBSD.org> | 2017-07-05 21:47:22 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-07-05 21:47:22 +0800 |
commit | eed3b07217b391b5024079e5aec3f18d7c55da67 (patch) | |
tree | 9a6cb5cf65f659d949f0cfe80957ab63cb34444c /math | |
parent | a2454d8ee3fe5ca1490b19a12f8fe1ad28642eb7 (diff) | |
download | freebsd-ports-gnome-eed3b07217b391b5024079e5aec3f18d7c55da67.tar.gz freebsd-ports-gnome-eed3b07217b391b5024079e5aec3f18d7c55da67.tar.zst freebsd-ports-gnome-eed3b07217b391b5024079e5aec3f18d7c55da67.zip |
math/R: Fix typos in option descriptions
PR: 220480
Submitted by: Trond.Endrestol@ximalas.info
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index c6cf9b452c96..cbab2d370882 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -42,10 +42,10 @@ OPTIONS_SINGLE_FORTRAN_amd64= GFORTRAN FLANG OPTIONS_SUB= YES ATLAS_DESC= ATLAS BLAS implementation -FLANG_DESC= Experimental Fortan support via flang +FLANG_DESC= Experimental Fortran support via flang GHOSTSCRIPT_DESC= Graphics device for bitmap files via Ghostscript CAIROPANGO_DESC= Cairo graphics device and Pango multi-language text -GFORTRAN_DESC= Fortan support via gfortran +GFORTRAN_DESC= Fortran support via gfortran INFO_DESC= GNU info manuals JPEG_DESC= JPEG graphics device LDOUBLE_DESC= Long double data type |