git: ca47904f783c - main - math/R: Add comment; minor formatting change from portfmt

Joseph Mingrone jrm at FreeBSD.org
Tue Aug 3 19:05:19 UTC 2021


The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ca47904f783cbd03b7fe5520fa665540dd43ef5b

commit ca47904f783cbd03b7fe5520fa665540dd43ef5b
Author:     Joseph Mingrone <jrm at FreeBSD.org>
AuthorDate: 2021-08-03 19:02:40 +0000
Commit:     Joseph Mingrone <jrm at FreeBSD.org>
CommitDate: 2021-08-03 19:05:17 +0000

    math/R: Add comment; minor formatting change from portfmt
---
 math/R/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/R/Makefile b/math/R/Makefile
index 9075c17fa3d1..45d74b2c6ff4 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -54,7 +54,7 @@ OPTIONS_GROUP_NEEDX11=	CAIROPANGO GHOSTSCRIPT JPEG PNG TCLTK TEXDOCS TIFF
 OPTIONS_SINGLE=		BLAS
 OPTIONS_SINGLE_BLAS=	ATLAS NETLIB OPENBLAS RBLAS
 
-OPTIONS_SUB=		YES
+OPTIONS_SUB=	YES
 
 CAIROPANGO_DESC=	Cairo graphics device and Pango multi-language text
 FLANG_DESC=		Use experimental flang Fortran compiler
@@ -131,6 +131,7 @@ _MAJORVER=	${DISTVERSION:R:R}
 
 .include <bsd.port.options.mk>
 
+## Cannot use FLANG_USES_OFF=fortran because the FLANG option is only for amd64
 .if ! ${PORT_OPTIONS:MFLANG}
 USES+=		fortran
 .endif


More information about the dev-commits-ports-main mailing list