diff options
author | maho <maho@FreeBSD.org> | 2007-07-12 17:06:38 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-12 17:06:38 +0800 |
commit | 05da0b8323dda837ce781bc0a6f86de1022b9391 (patch) | |
tree | 14d1e819c0618db7995cfc5936b463f06de2b2f5 /math/linpack | |
parent | 0ff0469ef4be243e8ab75e79a75478d37bff0e37 (diff) | |
download | freebsd-ports-graphics-05da0b8323dda837ce781bc0a6f86de1022b9391.tar.gz freebsd-ports-graphics-05da0b8323dda837ce781bc0a6f86de1022b9391.tar.zst freebsd-ports-graphics-05da0b8323dda837ce781bc0a6f86de1022b9391.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index b26b28c5cf9..612d07cf922 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -20,10 +20,7 @@ LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas .include <bsd.port.pre.mk> -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes USE_LDCONFIG= yes DIST_SUBDIR= ${PORTNAME} |