diff options
-rw-r--r-- | math/R/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 9af532f74e57..93fbe9595ce9 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -61,10 +61,7 @@ CONFIGURE_ARGS= --enable-R-shlib --with-system-bzlib --with-system-zlib \ .include <bsd.port.pre.mk> -WANT_FORTRAN= yes -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes test check: build @(cd ${WRKSRC}; ${MAKE} check) |