diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 21:15:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 21:15:25 +0000 |
commit | 310762fdc84a2d1743eb65019e15e96a4030f845 (patch) | |
tree | c0e1aaa48da27323926206c4032d87e4c59483f9 | |
parent | - Switch to USE_FORTRAN knob (diff) |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=195501
-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) |