diff options
author | jhale <jhale@FreeBSD.org> | 2014-10-06 23:39:59 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-10-06 23:39:59 +0800 |
commit | 07b897939c89885544b2e5e90b063a6bd95b476b (patch) | |
tree | 6f2940dc3f29ec76a2eb3bd8bf25c91cc01bef9a /math | |
parent | fdcca278c77618d506710a2419557d8628bc665f (diff) | |
download | freebsd-ports-gnome-07b897939c89885544b2e5e90b063a6bd95b476b.tar.gz freebsd-ports-gnome-07b897939c89885544b2e5e90b063a6bd95b476b.tar.zst freebsd-ports-gnome-07b897939c89885544b2e5e90b063a6bd95b476b.zip |
- Convert long-gone USE_FORTRAN to USES=fortran
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 |