diff options
author | maho <maho@FreeBSD.org> | 2007-01-12 15:47:37 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-12 15:47:37 +0800 |
commit | 223d2c3aa71c6a6c8f4ecd2834cf6c3a0dcf9400 (patch) | |
tree | d12229616e366713f69577bc647025d8ebf6a985 /math | |
parent | 6743eee91e2a2c664c629135443d88b2dda17014 (diff) | |
download | freebsd-ports-gnome-223d2c3aa71c6a6c8f4ecd2834cf6c3a0dcf9400.tar.gz freebsd-ports-gnome-223d2c3aa71c6a6c8f4ecd2834cf6c3a0dcf9400.tar.zst freebsd-ports-gnome-223d2c3aa71c6a6c8f4ecd2834cf6c3a0dcf9400.zip |
Migrate to gfortran42.
Bump port revision.
Diffstat (limited to 'math')
-rw-r--r-- | math/libRmath/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 832b1c092f02..ba67fb696d63 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -8,6 +8,7 @@ PORTNAME= libRmath PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -32,10 +33,15 @@ DISTNAME= R-${PORTVERSION} MAINTAINER= eric+fbports@vangyzen.net COMMENT= The standalone math library from R +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +WANT_FORTRAN= yes #dummy but future use +FC= gfortran42 +F77= gfortran42 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--without-x +CONFIGURE_ENV+= F77="${F77}" PLIST_FILES= include/Rmath.h lib/libRmath.a lib/libRmath.so lib/libRmath.so.0 |