svn commit: r445079 - head/math/R

Joseph Mingrone jrm at FreeBSD.org
Wed Jul 5 13:47:24 UTC 2017


Author: jrm
Date: Wed Jul  5 13:47:22 2017
New Revision: 445079
URL: https://svnweb.freebsd.org/changeset/ports/445079

Log:
  math/R: Fix typos in option descriptions
  
  PR:		220480
  Submitted by:	Trond.Endrestol at ximalas.info

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Wed Jul  5 13:08:12 2017	(r445078)
+++ head/math/R/Makefile	Wed Jul  5 13:47:22 2017	(r445079)
@@ -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


More information about the svn-ports-all mailing list