summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-12 21:15:25 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-12 21:15:25 +0000
commit310762fdc84a2d1743eb65019e15e96a4030f845 (patch)
treec0e1aaa48da27323926206c4032d87e4c59483f9 /math/R
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
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile5
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)