aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2021-08-03 19:02:40 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2021-08-03 19:05:17 +0000
commitca47904f783cbd03b7fe5520fa665540dd43ef5b (patch)
treefa2e99326058c62c25bf9d746ab0f851404e09db
parentfb62982003db2d794f0d1f29d6690fb307cce10d (diff)
downloadports-ca47904f783cbd03b7fe5520fa665540dd43ef5b.tar.gz
ports-ca47904f783cbd03b7fe5520fa665540dd43ef5b.zip
math/R: Add comment; minor formatting change from portfmt
-rw-r--r--math/R/Makefile3
1 files changed, 2 insertions, 1 deletions
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