diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-19 04:07:46 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-19 04:07:46 +0800 |
commit | 5625dfb669a82a25c90af7195eb9f86ccfa19d17 (patch) | |
tree | bcf64d2bafd51c720678e727595a48b8a4bf0889 /math/eispack | |
parent | 402092b049b0b000e691ecec40c259aef0c0d292 (diff) | |
download | freebsd-ports-gnome-5625dfb669a82a25c90af7195eb9f86ccfa19d17.tar.gz freebsd-ports-gnome-5625dfb669a82a25c90af7195eb9f86ccfa19d17.tar.zst freebsd-ports-gnome-5625dfb669a82a25c90af7195eb9f86ccfa19d17.zip |
Leverage USE_FORTRAN instead of accomplishing the same manually.
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index cdca9e1e793f..d1f53f7b9791 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -20,11 +20,7 @@ DIST_SUBDIR= ${PORTNAME} USE_LDCONFIG= yes NO_WRKSUBDIR= yes -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" +USE_FORTRAN= yes SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \ bandv.f bisect.f bqr.f cbabk2.f cbal.f cg.f ch.f cinvit.f combak.f \ |