From 07b897939c89885544b2e5e90b063a6bd95b476b Mon Sep 17 00:00:00 2001 From: jhale Date: Mon, 6 Oct 2014 15:39:59 +0000 Subject: - Convert long-gone USE_FORTRAN to USES=fortran --- math/cantor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') 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 -- cgit