diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-04-07 17:09:48 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-04-07 20:13:44 -0300 |
commit | 5d909924e5859d38671f0b4a5b1af88eeaecf797 (patch) | |
tree | 5cbdcdf8e4d12f4bc49db5ef3e9a12ca304d5ccf | |
parent | games/sgt-puzzles: update to 20210407 (diff) |
math/libRmath: Incorporate portclippy formatting suggestion
-rw-r--r-- | math/libRmath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index c8c672975377..92f76fa10934 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -44,8 +44,8 @@ OPTIONS_EXCLUDE_armv7= FLANG OPTIONS_EXCLUDE_i386= FLANG FLANG_DESC= Use experimental flang instead of default Fortran compiler -FLANG_USES_OFF= fortran FLANG_USES= fortran:flang +FLANG_USES_OFF= fortran _RMATH_SOVERSION= ${DISTVERSION:R} |