diff options
author | maho <maho@FreeBSD.org> | 2007-07-12 16:13:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-12 16:13:25 +0800 |
commit | 20609b49e9ef3b04e5be45896a1c742075d627c9 (patch) | |
tree | 905066b1f300738102a3e261fa2d624bf515d0e5 /math/gotoblas | |
parent | a38f63208fc4513e56113890a39d2920ac2488c2 (diff) | |
download | freebsd-ports-graphics-20609b49e9ef3b04e5be45896a1c742075d627c9.tar.gz freebsd-ports-graphics-20609b49e9ef3b04e5be45896a1c742075d627c9.tar.zst freebsd-ports-graphics-20609b49e9ef3b04e5be45896a1c742075d627c9.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'math/gotoblas')
-rw-r--r-- | math/gotoblas/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index ecbf90a4e7b..350328a5c74 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -29,10 +29,7 @@ USE_PERL5= yes .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 .if ${ARCH} == "amd64" || ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" MAKE_FLAGS+= BINARY64=1 |