diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/cantor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 2aa366c9dead..009c9cdfe95f 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -33,7 +33,7 @@ R_DESC= Build R backend and install R R_BUILD_DEPENDS= R:${PORTSDIR}/math/R R_RUN_DEPENDS= R:${PORTSDIR}/math/R # Required to set CFLAGS for -lgfortran. -R_USE= FORTRAN=yes +R_USES= fortran R_CMAKE_OFF= -DWITH_R:BOOL=FALSE SAGE_DESC= Install Sage |