aboutsummaryrefslogtreecommitdiff
path: root/math/eispack
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-18 20:07:46 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-18 20:07:46 +0000
commit265a8325cefb0974bc719ae373300d2634f54783 (patch)
treefc8f272aaf6601cb9d05347fbe42e199bddadb22 /math/eispack
parent5b12f4d7af6ab717ab3b4a6a7d111f1a2afa594e (diff)
downloadports-265a8325cefb0974bc719ae373300d2634f54783.tar.gz
ports-265a8325cefb0974bc719ae373300d2634f54783.zip
Leverage USE_FORTRAN instead of accomplishing the same manually.
Notes
Notes: svn path=/head/; revision=226382
Diffstat (limited to 'math/eispack')
-rw-r--r--math/eispack/Makefile6
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 \