summaryrefslogtreecommitdiffstats
path: root/math/R
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-12 07:04:59 +0000
committermaho <maho@FreeBSD.org>2007-01-12 07:04:59 +0000
commit9bcf29fa508ff3d53eacb63c6a3e2f03ffedcea7 (patch)
tree367587d742860fa0765edb16ec9450b70d401b6e /math/R
parent2a10c00cc3c9dec725152cc9982296db5345ecec (diff)
downloadFreeBSD-ports-9bcf29fa508ff3d53eacb63c6a3e2f03ffedcea7.zip
FreeBSD-ports-9bcf29fa508ff3d53eacb63c6a3e2f03ffedcea7.tar.gz
Migrate to gfortran42.
Approved by: portmgr(kris)
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index f031b88..fec970a7 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -8,6 +8,7 @@
PORTNAME= R
PORTVERSION= 2.4.0
+PORTREVISION= 1
CATEGORIES= math lang
MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \
ftp://cran.r-project.org/pub/R/src/base/R-2/ \
@@ -54,12 +55,17 @@ USE_GETTEXT= yes
USE_ICONV= yes
USE_PERL5= yes
-CONFIGURE_ENV= INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644"
+CONFIGURE_ENV= INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644" F77="${F77}" FC="${FC}"
CONFIGURE_ARGS= --enable-R-shlib --with-system-bzlib --with-system-zlib \
rdocdir=${DOCSDIR}
.include <bsd.port.pre.mk>
+WANT_FORTRAN= yes
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
+
test check: build
@(cd ${WRKSRC}; ${MAKE} check)
check-all: build
OpenPOWER on IntegriCloud