diff options
author | maho <maho@FreeBSD.org> | 2007-07-17 08:18:52 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-17 08:18:52 +0800 |
commit | 3ed5481020cb4b52674fe54e420915772c1d619a (patch) | |
tree | 12bad08a9a3ee09e545281c36ee63d7fc5810a8d /math/libRmath | |
parent | fee4d50cf4bb76250c602b57c2db65b444e3a20e (diff) | |
download | freebsd-ports-gnome-3ed5481020cb4b52674fe54e420915772c1d619a.tar.gz freebsd-ports-gnome-3ed5481020cb4b52674fe54e420915772c1d619a.tar.zst freebsd-ports-gnome-3ed5481020cb4b52674fe54e420915772c1d619a.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: maintainer
Diffstat (limited to 'math/libRmath')
-rw-r--r-- | math/libRmath/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index ba67fb696d63..a24c7ae2957f 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -33,10 +33,7 @@ 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 +USE_FORTRAN= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |